diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2009-12-19 07:56:39 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-12-19 07:56:39 +0000 |
commit | cbafcd078df7a9f48abba949f312625e0d68fb43 (patch) | |
tree | a227bf045006d2eaf4b8379ec1125d9b3d1d7057 /conf.d/network.Linux | |
parent | a165fbe384ed4851ea42d7fa2d2d74daa0c02f1c (diff) |
add example for defaultiproute6
Diffstat (limited to 'conf.d/network.Linux')
-rw-r--r-- | conf.d/network.Linux | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/network.Linux b/conf.d/network.Linux index b945a7ba..bda4ac0f 100644 --- a/conf.d/network.Linux +++ b/conf.d/network.Linux @@ -5,6 +5,7 @@ # You can also use ip to add the default route. #defaultiproute="192.168.0.1" +#defaultiproute6="2001:a:b:c" # ip doesn't handle MTU like ifconfig, but we can do it like so #ifup_eth0="ip link set \$int mtu 1500" |