diff options
author | Roy Marples <roy@marples.name> | 2009-12-14 19:31:18 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-12-14 19:31:18 +0000 |
commit | a165fbe384ed4851ea42d7fa2d2d74daa0c02f1c (patch) | |
tree | 3162c8fff3cd0978e317e0032bb6ff44b797ed06 /conf.d/network.in | |
parent | 02c12c1caced4c2393e2ca15efdaca56d5f0d452 (diff) |
Support inet6 routes.
Diffstat (limited to 'conf.d/network.in')
-rw-r--r-- | conf.d/network.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.d/network.in b/conf.d/network.in index 72019253..68141a71 100644 --- a/conf.d/network.in +++ b/conf.d/network.in @@ -11,6 +11,8 @@ # You can assign a default route #defaultroute="192.168.0.1" +#defaultroute6="2001:a:b:c" + # Lastly, the interfaces variable pulls in virtual interfaces that cannot # be automatically detected. #interfaces="br0 bond0 vlan0" |