summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Peck <bpeck@redhat.com>2013-01-10 13:34:25 -0500
committerBill Peck <bpeck@redhat.com>2013-01-10 13:34:25 -0500
commit87ced43a1889b7d7c268abeba4b109c91e690888 (patch)
treea8d0c1ebfad6a9e51873cf43d89da3e616439d7d
parent18c8064a01109ed2b911c6e2986e1ae25732c291 (diff)
downloadtests-87ced43a1889b7d7c268abeba4b109c91e690888.tar.gz
tests-87ced43a1889b7d7c268abeba4b109c91e690888.tar.xz
tests-87ced43a1889b7d7c268abeba4b109c91e690888.zip
minor clean up of unused code.
-rwxr-xr-xkernel/networking/openvswitch/br_to_vswitch/runtest.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/networking/openvswitch/br_to_vswitch/runtest.sh b/kernel/networking/openvswitch/br_to_vswitch/runtest.sh
index 0047a1a..bd8e42d 100755
--- a/kernel/networking/openvswitch/br_to_vswitch/runtest.sh
+++ b/kernel/networking/openvswitch/br_to_vswitch/runtest.sh
@@ -33,7 +33,6 @@
PACKAGE="openvswitch"
BRIDGES=${BRIDGES:="$(brctl show | awk 'NR>1 && /^[^\t]/ {printf $1" "}')"}
count=0
-OVS_CMD="ovs-vsctl" # Change to echo if you only want /etc/sysconfig/network-scripts updated
convert_bridge()
{