network: use IPMasquerade=both instead of yes

Follow-up for 4c72d851cd.
This commit is contained in:
Yu Watanabe 2021-02-24 20:29:24 +09:00 committed by Lennart Poettering
parent b49bb2866c
commit 6cde5b4b1c
4 changed files with 4 additions and 4 deletions

View 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

View 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

View 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

View file

@ -5,4 +5,4 @@ WLANInterfaceType=ap
[Network]
Address=0.0.0.0/24
DHCPServer=yes
IPMasquerade=yes
IPMasquerade=both