diff options
author | Tom Gundersen <teg@jklm.no> | 2014-04-03 19:09:22 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-04-03 19:09:22 +0200 |
commit | 60a0d61e7de8f1a87396fecc01e3cd0b2c6f8ae4 (patch) | |
tree | ea4eaf3bb6cec8e33dd9da6d27ce2a68c8efc493 /network | |
parent | 0a827d105de9d3d502f22e77fb3ff83da479c2e7 (diff) |
network: default to IPv4LL on host0
Now that we have a graceful handover from IPv4LL to DHCP, there is no longer any reason to leave this off by default.
Diffstat (limited to 'network')
-rw-r--r-- | network/80-container-host0.network | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/network/80-container-host0.network b/network/80-container-host0.network index d49fba0d6e..5d327b4fdd 100644 --- a/network/80-container-host0.network +++ b/network/80-container-host0.network @@ -4,3 +4,4 @@ Name=host0 [Network] DHCP=yes +IPv4LL=yes |