network: fix 'LinkLocal' -> 'LinkLocalAddressing' in network files
authorDavid Herrmann <dh.herrmann@gmail.com>
Sat, 14 Feb 2015 14:31:26 +0000 (15:31 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Sat, 14 Feb 2015 14:31:26 +0000 (15:31 +0100)
'LinkLocal' was renamed to 'LinkLocalAddressing' in:

    commit 56fd6bf795926409b087bce406ea851ad89f9fe8
    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.

network/80-container-host0.network
network/80-container-ve.network

index 4e68c3d..a778ecf 100644 (file)
@@ -11,4 +11,4 @@ Name=host0
 
 [Network]
 DHCP=yes
-LinkLocal=yes
+LinkLocalAddressing=yes
index cac436d..72c20eb 100644 (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