From 60a0d61e7de8f1a87396fecc01e3cd0b2c6f8ae4 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Thu, 3 Apr 2014 19:09:22 +0200 Subject: [PATCH] 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. --- network/80-container-host0.network | 1 + 1 file changed, 1 insertion(+) diff --git a/network/80-container-host0.network b/network/80-container-host0.network index d49fba0d6..5d327b4fd 100644 --- a/network/80-container-host0.network +++ b/network/80-container-host0.network @@ -4,3 +4,4 @@ Name=host0 [Network] DHCP=yes +IPv4LL=yes -- 2.30.2