mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
network: use IPMasquerade=both instead of yes
Follow-up for 4c72d851cd.
This commit is contained in:
committed by
Lennart Poettering
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
|
||||
|
||||
Reference in New Issue
Block a user