[systemd-commits] network/80-container-host0.network network/80-container-ve.network

David Herrmann dvdhrm at kemper.freedesktop.org
Sat Feb 14 06:32:35 PST 2015


 network/80-container-host0.network |    2 +-
 network/80-container-ve.network    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0737984f6910fdffdf6494f20c1c64a027806273
Author: David Herrmann <dh.herrmann at gmail.com>
Date:   Sat Feb 14 15:31:26 2015 +0100

    network: fix 'LinkLocal' -> 'LinkLocalAddressing' in network files
    
    'LinkLocal' was renamed to 'LinkLocalAddressing' in:
    
        commit 56fd6bf795926409b087bce406ea851ad89f9fe8
        Author: Tom Gundersen <teg at 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.

diff --git a/network/80-container-host0.network b/network/80-container-host0.network
index 4e68c3d..a778ecf 100644
--- a/network/80-container-host0.network
+++ b/network/80-container-host0.network
@@ -11,4 +11,4 @@ Name=host0
 
 [Network]
 DHCP=yes
-LinkLocal=yes
+LinkLocalAddressing=yes
diff --git a/network/80-container-ve.network b/network/80-container-ve.network
index cac436d..72c20eb 100644
--- a/network/80-container-ve.network
+++ b/network/80-container-ve.network
@@ -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



More information about the systemd-commits mailing list