aboutsummaryrefslogtreecommitdiffstats
path: root/test/network/configure
diff options
context:
space:
mode:
authorLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2017-05-24 14:38:01 -0500
committerLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2017-05-24 14:38:01 -0500
commit997a93efbdcbbaeed517e0bdc5283e9d8b31f422 (patch)
treecbb47fb1b41ced351501686e3fdf9aaf46b31414 /test/network/configure
parentRemove trailing whitespace from platform (diff)
downloadfirejail-997a93efbdcbbaeed517e0bdc5283e9d8b31f422.tar.gz
firejail-997a93efbdcbbaeed517e0bdc5283e9d8b31f422.tar.zst
firejail-997a93efbdcbbaeed517e0bdc5283e9d8b31f422.zip
strip trailing whitespace from test/
Diffstat (limited to 'test/network/configure')
-rwxr-xr-xtest/network/configure3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/network/configure b/test/network/configure
index d4511c705..9d47fe69e 100755
--- a/test/network/configure
+++ b/test/network/configure
@@ -9,7 +9,7 @@ ifconfig br0 10.10.20.1/29 up
9iptables -t nat -A POSTROUTING -o eth0 -s 10.10.20.0/29 -j MASQUERADE 9iptables -t nat -A POSTROUTING -o eth0 -s 10.10.20.0/29 -j MASQUERADE
10# port forwarding 10# port forwarding
11# iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT --to 10.10.20.2:80 11# iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT --to 10.10.20.2:80
12 12
13brctl addbr br1 13brctl addbr br1
14ifconfig br1 10.10.30.1/24 up 14ifconfig br1 10.10.30.1/24 up
15brctl addbr br2 15brctl addbr br2
@@ -27,4 +27,3 @@ ip link add link eth0 name eth0.7 type vlan id 7
27 27
28# network namespace 28# network namespace
29ip netns add red 29ip netns add red
30