From 997a93efbdcbbaeed517e0bdc5283e9d8b31f422 Mon Sep 17 00:00:00 2001 From: Fred Barclay Date: Wed, 24 May 2017 14:38:01 -0500 Subject: strip trailing whitespace from test/ --- test/network/configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/network/configure') 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 iptables -t nat -A POSTROUTING -o eth0 -s 10.10.20.0/29 -j MASQUERADE # port forwarding # iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT --to 10.10.20.2:80 - + brctl addbr br1 ifconfig br1 10.10.30.1/24 up brctl addbr br2 @@ -27,4 +27,3 @@ ip link add link eth0 name eth0.7 type vlan id 7 # network namespace ip netns add red - -- cgit v1.2.3-54-g00ecf