From 0cc972aac365df084b5c306f32936b0e4a6031e9 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 19 Feb 2019 05:13:04 +0100 Subject: [PATCH] test-network: add tests for meaningless settings which should be ignored by networkd --- test/test-network/conf/veth-bond.network | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/test/test-network/conf/veth-bond.network b/test/test-network/conf/veth-bond.network index 2095b7ac26c..d715d365636 100644 --- a/test/test-network/conf/veth-bond.network +++ b/test/test-network/conf/veth-bond.network @@ -3,4 +3,10 @@ Name=veth99 [Network] Bond=bond99 -IPv6AcceptRA=false + +# Settings below should be ignored +IPv6AcceptRA=yes +LinkLocalAddressing=yes +DHCP=yes +Address=192.168.25.3/24 +Gateway=192.168.25.1 -- 2.47.3