91f179095c
split output directories for cmds and scripts
7 lines
101 B
Plaintext
7 lines
101 B
Plaintext
for i in $(ovs-vsctl list-br)
|
|
do
|
|
echo "ovs-ofctl show $i"
|
|
ovs-ofctl show $i
|
|
echo -n
|
|
done
|