From: Yu Watanabe Date: Fri, 11 Jun 2021 21:47:49 +0000 (+0900) Subject: test-network: disable dynamic addressing protocols when ConfigureWithoutCarrier=... X-Git-Tag: v249-rc1~27^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=740b638267bfda33708cd2badc3f76d27a47409b;p=thirdparty%2Fsystemd.git test-network: disable dynamic addressing protocols when ConfigureWithoutCarrier= is enabled --- diff --git a/test/test-network/conf/25-bridge-configure-without-carrier.network b/test/test-network/conf/25-bridge-configure-without-carrier.network index c7d25832526..64c986d493e 100644 --- a/test/test-network/conf/25-bridge-configure-without-carrier.network +++ b/test/test-network/conf/25-bridge-configure-without-carrier.network @@ -2,6 +2,5 @@ Name=bridge99 [Network] -LinkLocalAddressing=yes IPv6AcceptRA=no ConfigureWithoutCarrier=yes diff --git a/test/test-network/conf/25-test1.network b/test/test-network/conf/25-test1.network index 965013f5587..0af564b6208 100644 --- a/test/test-network/conf/25-test1.network +++ b/test/test-network/conf/25-test1.network @@ -4,3 +4,4 @@ Name=test1 [Network] Address=192.168.0.15/24 Gateway=192.168.0.1 +IPv6AcceptRA=no