diff options
| -rw-r--r-- | Propellor/Property/Network.hs | 1 | ||||
| -rw-r--r-- | debian/changelog | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/Propellor/Property/Network.hs b/Propellor/Property/Network.hs index eae5828f..6009778a 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 4455768f..365485a3 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 <joeyh@debian.org> 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 |
