From 87ced43a1889b7d7c268abeba4b109c91e690888 Mon Sep 17 00:00:00 2001 From: Bill Peck Date: Thu, 10 Jan 2013 13:34:25 -0500 Subject: minor clean up of unused code. --- kernel/networking/openvswitch/br_to_vswitch/runtest.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'kernel/networking/openvswitch') 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() { -- cgit