From 53eb3b9b1fd4df59e2b49866cbce616e43ba6ddf Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 8 Apr 2014 18:08:16 -0400 Subject: [PATCH] ipv6to4: Ensure interface is brought up automatically on boot. --- Propellor/Property/Network.hs | 1 + debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/Propellor/Property/Network.hs b/Propellor/Property/Network.hs index eae5828..6009778 100644 --- a/Propellor/Property/Network.hs +++ b/Propellor/Property/Network.hs @@ -20,6 +20,7 @@ ipv6to4 = fileProperty "ipv6to4" go interfaces , "\taddress 2002:5044:5531::1" , "\tnetmask 64" , "\tgateway ::192.88.99.1" + , "auto sit0" , "# End automatically added by propeller" ] diff --git a/debian/changelog b/debian/changelog index 4455768..365485a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +propellor (0.2.4) UNRELEASED; urgency=medium + + * ipv6to4: Ensure interface is brought up automatically on boot. + + -- Joey Hess Tue, 08 Apr 2014 18:07:12 -0400 + propellor (0.2.3) unstable; urgency=medium * docker: Fix laziness bug that caused running containers to be