From 53eb3b9b1fd4df59e2b49866cbce616e43ba6ddf Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 8 Apr 2014 18:08:16 -0400 Subject: ipv6to4: Ensure interface is brought up automatically on boot. --- Propellor/Property/Network.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Propellor') 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" ] -- cgit v1.2.3