mirror of
https://github.com/systemd/systemd.git
synced 2025-01-09 01:18:19 +03:00
network: fix 'LinkLocal' -> 'LinkLocalAddressing' in network files
'LinkLocal' was renamed to 'LinkLocalAddressing' in:
commit 56fd6bf795
Author: Tom Gundersen <teg@jklm.no>
Date: Sat Feb 14 00:32:26 2015 +0100
networkd: .network - rename LinkLocal to LinkLocalAddressing
..but apparently the network files were not updated. Fix this.
This commit is contained in:
parent
d90c154eb1
commit
0737984f69
@ -11,4 +11,4 @@ Name=host0
|
|||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
DHCP=yes
|
DHCP=yes
|
||||||
LinkLocal=yes
|
LinkLocalAddressing=yes
|
||||||
|
@ -12,6 +12,6 @@ Driver=veth
|
|||||||
[Network]
|
[Network]
|
||||||
# Default to using a /28 prefix, giving up to 13 addresses per container.
|
# Default to using a /28 prefix, giving up to 13 addresses per container.
|
||||||
Address=0.0.0.0/28
|
Address=0.0.0.0/28
|
||||||
LinkLocal=yes
|
LinkLocalAddressing=yes
|
||||||
DHCPServer=yes
|
DHCPServer=yes
|
||||||
IPMasquerade=yes
|
IPMasquerade=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user