summaryrefslogtreecommitdiff
path: root/Propellor/Property/Network.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-08 18:08:16 -0400
committerJoey Hess2014-04-08 18:08:16 -0400
commit53eb3b9b1fd4df59e2b49866cbce616e43ba6ddf (patch)
treea9237f6215ce2c1e86ac3248ff00e405ff1aac24 /Propellor/Property/Network.hs
parente2d1cf70eb9bfc613d0723c0cc6e0fd2ca6e656c (diff)
ipv6to4: Ensure interface is brought up automatically on boot.
Diffstat (limited to 'Propellor/Property/Network.hs')
-rw-r--r--Propellor/Property/Network.hs1
1 files changed, 1 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"
]