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:
David Herrmann 2015-02-14 15:31:26 +01:00
parent d90c154eb1
commit 0737984f69
2 changed files with 2 additions and 2 deletions

View File

@ -11,4 +11,4 @@ Name=host0
[Network]
DHCP=yes
LinkLocal=yes
LinkLocalAddressing=yes

View File

@ -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