From 7dbcd8caa075e1589f398f0b935569a203eae2b0 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 25 Mar 2017 14:19:45 -0400 Subject: testing --- test/network/configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/network') diff --git a/test/network/configure b/test/network/configure index 35d938340..d4511c705 100755 --- a/test/network/configure +++ b/test/network/configure @@ -25,3 +25,6 @@ ip link add link eth0 name eth0.6 type vlan id 6 ip link add link eth0 name eth0.7 type vlan id 7 /sbin/ifconfig eth0.7 10.10.207.10/24 up +# network namespace +ip netns add red + -- cgit v1.2.3-54-g00ecf