ipv6to4: Ensure interface is brought up automatically on boot.
This commit is contained in:
parent
e2d1cf70eb
commit
53eb3b9b1f
|
@ -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"
|
||||
]
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue