aboutsummaryrefslogtreecommitdiffstats
path: root/test/network
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-03-25 14:19:45 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-03-25 14:19:45 -0400
commit7dbcd8caa075e1589f398f0b935569a203eae2b0 (patch)
tree5b9ddfde298f0c7213c4e02b94afdefffd420f9c /test/network
parenttesting (diff)
downloadfirejail-7dbcd8caa075e1589f398f0b935569a203eae2b0.tar.gz
firejail-7dbcd8caa075e1589f398f0b935569a203eae2b0.tar.zst
firejail-7dbcd8caa075e1589f398f0b935569a203eae2b0.zip
testing
Diffstat (limited to 'test/network')
-rwxr-xr-xtest/network/configure3
1 files changed, 3 insertions, 0 deletions
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
25ip link add link eth0 name eth0.7 type vlan id 7 25ip link add link eth0 name eth0.7 type vlan id 7
26/sbin/ifconfig eth0.7 10.10.207.10/24 up 26/sbin/ifconfig eth0.7 10.10.207.10/24 up
27 27
28# network namespace
29ip netns add red
30