]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: use IPMasquerade=both instead of yes
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 24 Feb 2021 11:29:24 +0000 (20:29 +0900)
committerLennart Poettering <lennart@poettering.net>
Wed, 24 Feb 2021 14:01:43 +0000 (15:01 +0100)
Follow-up for 4c72d851cd007e945a85811f89376a2675daa1a5.

network/80-container-ve.network
network/80-container-vz.network
network/80-vm-vt.network
network/80-wifi-ap.network.example

index 393bd639e0f5d6820a9bd4561cc8392744acd7c9..0c233bc8e0bcea6eda1de0df9f1611aea9e10427 100644 (file)
@@ -20,7 +20,7 @@ Driver=veth
 Address=0.0.0.0/28
 LinkLocalAddressing=yes
 DHCPServer=yes
-IPMasquerade=yes
+IPMasquerade=both
 LLDP=yes
 EmitLLDP=customer-bridge
 IPv6SendRA=yes
index aec3b9fc8499e81b3948b86118ac76e90b3176ef..1c58f7d50872b97587e55a81b10695ed6bc6e466 100644 (file)
@@ -19,7 +19,7 @@ Driver=bridge
 Address=0.0.0.0/24
 LinkLocalAddressing=yes
 DHCPServer=yes
-IPMasquerade=yes
+IPMasquerade=both
 LLDP=yes
 EmitLLDP=customer-bridge
 IPv6SendRA=yes
index b54196353a492af777393c72b20be1fc4f2d8624..e8365df31e29f4feb2b5184873aa2b515fa55778 100644 (file)
@@ -19,7 +19,7 @@ Driver=tun
 Address=0.0.0.0/28
 LinkLocalAddressing=yes
 DHCPServer=yes
-IPMasquerade=yes
+IPMasquerade=both
 LLDP=yes
 EmitLLDP=customer-bridge
 IPv6SendRA=yes
index 6644c7e76575ef25835fbf83e097c13092431346..2cbd59370bb5fe45ec13cb5dc4e8b30146435d5e 100644 (file)
@@ -5,4 +5,4 @@ WLANInterfaceType=ap
 [Network]
 Address=0.0.0.0/24
 DHCPServer=yes
-IPMasquerade=yes
+IPMasquerade=both