]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[rt42931] Basic ifconfig.bat for system tests
authorWitold Krecicki <wpk@isc.org>
Thu, 8 Sep 2016 11:04:47 +0000 (11:04 +0000)
committerWitold Krecicki <wpk@isc.org>
Thu, 8 Sep 2016 11:05:10 +0000 (11:05 +0000)
bin/tests/system/ifconfig.bat [new file with mode: 0644]

diff --git a/bin/tests/system/ifconfig.bat b/bin/tests/system/ifconfig.bat
new file mode 100644 (file)
index 0000000..7b6b3de
--- /dev/null
@@ -0,0 +1,5 @@
+FOR %%I IN (1,2,3,4,5,6,7,8) DO (
+       netsh interface ipv4 add address name="Ethernet" 10.53.0.%%I 255.255.255.0
+       netsh interface ipv6 add address interface="Ethernet" fd92:7065:b8e:ffff::%%I/64
+)
+       
\ No newline at end of file