diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-11-26 11:33:10 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-11-26 03:08:21 +0100 |
commit | 9409b73290bdbfc82b75c4af8a22ca1ed6165e2a (patch) | |
tree | 340b8a44160b7fb433bfbab3f3678a18a8043495 /wintest/conf | |
parent | eeb29b593a671e16f87e64f01abea47ec898ba77 (diff) | |
download | samba-9409b73290bdbfc82b75c4af8a22ca1ed6165e2a.tar.gz samba-9409b73290bdbfc82b75c4af8a22ca1ed6165e2a.tar.bz2 samba-9409b73290bdbfc82b75c4af8a22ca1ed6165e2a.zip |
wintest: make IPv6 optional in wintest
we need some more work on IPv6 support in s4 before this works
Diffstat (limited to 'wintest/conf')
-rw-r--r-- | wintest/conf/abartlet.conf | 1 | ||||
-rw-r--r-- | wintest/conf/tridge.conf | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/wintest/conf/abartlet.conf b/wintest/conf/abartlet.conf index 3fa4501739..f775c81b3a 100644 --- a/wintest/conf/abartlet.conf +++ b/wintest/conf/abartlet.conf @@ -19,7 +19,6 @@ INTERFACE : virbr0:0 # this is an additional IP that will be used for named to listen # on. It should not be the primary IP of the interface INTERFACE_IP : 192.168.122.2 -INTERFACE_IPV6 : 3ffe:ffff:0:f101::3 INTERFACE_NET : 192.168.122.2/24 # how to run bind9 diff --git a/wintest/conf/tridge.conf b/wintest/conf/tridge.conf index a2bad630a2..1c7ed0bda7 100644 --- a/wintest/conf/tridge.conf +++ b/wintest/conf/tridge.conf @@ -19,7 +19,6 @@ INTERFACE : virbr0:0 # this is an additional IP that will be used for named to listen # on. It should not be the primary IP of the interface INTERFACE_IP : 10.0.0.2 -INTERFACE_IPV6 : 3ffe:ffff:0:f101::3 INTERFACE_NET : 10.0.0.2/24 # how to run bind9 |