projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b49bb28
)
network: use IPMasquerade=both instead of yes
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Wed, 24 Feb 2021 11:29:24 +0000
(20:29 +0900)
committer
Lennart Poettering
<lennart@poettering.net>
Wed, 24 Feb 2021 14:01:43 +0000
(15:01 +0100)
Follow-up for
4c72d851cd007e945a85811f89376a2675daa1a5
.
network/80-container-ve.network
patch
|
blob
|
history
network/80-container-vz.network
patch
|
blob
|
history
network/80-vm-vt.network
patch
|
blob
|
history
network/80-wifi-ap.network.example
patch
|
blob
|
history
diff --git
a/network/80-container-ve.network
b/network/80-container-ve.network
index 393bd639e0f5d6820a9bd4561cc8392744acd7c9..0c233bc8e0bcea6eda1de0df9f1611aea9e10427 100644
(file)
--- a/
network/80-container-ve.network
+++ b/
network/80-container-ve.network
@@
-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
diff --git
a/network/80-container-vz.network
b/network/80-container-vz.network
index aec3b9fc8499e81b3948b86118ac76e90b3176ef..1c58f7d50872b97587e55a81b10695ed6bc6e466 100644
(file)
--- a/
network/80-container-vz.network
+++ b/
network/80-container-vz.network
@@
-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
diff --git
a/network/80-vm-vt.network
b/network/80-vm-vt.network
index b54196353a492af777393c72b20be1fc4f2d8624..e8365df31e29f4feb2b5184873aa2b515fa55778 100644
(file)
--- a/
network/80-vm-vt.network
+++ b/
network/80-vm-vt.network
@@
-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
diff --git
a/network/80-wifi-ap.network.example
b/network/80-wifi-ap.network.example
index 6644c7e76575ef25835fbf83e097c13092431346..2cbd59370bb5fe45ec13cb5dc4e8b30146435d5e 100644
(file)
--- a/
network/80-wifi-ap.network.example
+++ b/
network/80-wifi-ap.network.example
@@
-5,4
+5,4
@@
WLANInterfaceType=ap
[Network]
Address=0.0.0.0/24
DHCPServer=yes
-IPMasquerade=
yes
+IPMasquerade=
both