diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-06-06 05:41:21 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-06-06 05:41:21 +0000 |
commit | fc0afb681070a0cb2ad1b5d4d4d7d6bc83b50ebe (patch) | |
tree | 8d004acd6e43592a6e5707096c9f3e4c4b1c181b /testing/hosts/carol/etc/conf.d/net | |
parent | 32b6500fbfe063f3efb5589facd027f4c6cf08ed (diff) | |
download | strongswan-fc0afb681070a0cb2ad1b5d4d4d7d6bc83b50ebe.tar.bz2 strongswan-fc0afb681070a0cb2ad1b5d4d4d7d6bc83b50ebe.tar.xz |
created IPv6 environment
Diffstat (limited to 'testing/hosts/carol/etc/conf.d/net')
-rw-r--r-- | testing/hosts/carol/etc/conf.d/net | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/hosts/carol/etc/conf.d/net b/testing/hosts/carol/etc/conf.d/net index 39470ad14..afd322cb8 100644 --- a/testing/hosts/carol/etc/conf.d/net +++ b/testing/hosts/carol/etc/conf.d/net @@ -3,7 +3,7 @@ # This is basically the ifconfig argument without the ifconfig $iface # iface_lo="127.0.0.1 netmask 255.0.0.0" -iface_eth0="PH_IP_CAROL broadcast 192.168.0.255 netmask 255.255.255.0" +iface_eth0="PH_IP_CAROL broadcast 192.168.0.255 netmask 255.255.255.0 add PH_IP6_CAROL/16" # For setting the default gateway # |