diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-08 18:08:16 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-08 18:08:16 -0400 |
| commit | 53eb3b9b1fd4df59e2b49866cbce616e43ba6ddf (patch) | |
| tree | a9237f6215ce2c1e86ac3248ff00e405ff1aac24 /Propellor | |
| parent | e2d1cf70eb9bfc613d0723c0cc6e0fd2ca6e656c (diff) | |
ipv6to4: Ensure interface is brought up automatically on boot.
Diffstat (limited to 'Propellor')
| -rw-r--r-- | Propellor/Property/Network.hs | 1 |
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" ] |
