mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +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]
|
||||
DHCP=yes
|
||||
LinkLocal=yes
|
||||
LinkLocalAddressing=yes
|
||||
|
@ -12,6 +12,6 @@ Driver=veth
|
||||
[Network]
|
||||
# Default to using a /28 prefix, giving up to 13 addresses per container.
|
||||
Address=0.0.0.0/28
|
||||
LinkLocal=yes
|
||||
LinkLocalAddressing=yes
|
||||
DHCPServer=yes
|
||||
IPMasquerade=yes
|
||||
|
Loading…
Reference in New Issue
Block a user