aboutsummaryrefslogtreecommitdiffstats
path: root/tests/rmbr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rmbr')
-rwxr-xr-xtests/rmbr11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/rmbr b/tests/rmbr
new file mode 100755
index 0000000..8d1dc30
--- /dev/null
+++ b/tests/rmbr
@@ -0,0 +1,11 @@
+#! /bin/sh
+BR=${1:-"br549"}
+
+# fetch ip of working br0
+IP=`/sbin/ifconfig $BR | sed -n -e 's/^.*inet addr:\([0-9][0-9\.]*\).*$/\1/p'`
+echo "Using IP address $IP"
+
+ifconfig $BR down
+brctl delbr $BR
+ifconfig eth0 172.20.5.22
+rmmod bridge