mirror of
https://github.com/systemd/systemd.git
synced 2024-12-31 21:18:09 +03:00
network: use IPMasquerade=both instead of yes
Follow-up for 4c72d851cd
.
This commit is contained in:
parent
b49bb2866c
commit
6cde5b4b1c
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -5,4 +5,4 @@ WLANInterfaceType=ap
|
||||
[Network]
|
||||
Address=0.0.0.0/24
|
||||
DHCPServer=yes
|
||||
IPMasquerade=yes
|
||||
IPMasquerade=both
|
||||
|
Loading…
Reference in New Issue
Block a user