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