Skip to content

Commit

Permalink
ovs-bugtool: Remove calls of ovs-ofctl on ovs-system.
Browse files Browse the repository at this point in the history
With single datapath, making ovs-ofctl calls on ovs-system
does not give the necessary o/p. This patch removes those calls.

The next patch adds the correct commands to bugtool plugin scripts.

Signed-off-by: Gurucharan Shetty <[email protected]>
  • Loading branch information
shettyg committed Mar 21, 2013
1 parent 1d9df6a commit 5bcd75e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utilities/bugtool/ovs-bugtool.in
Original file line number Diff line number Diff line change
Expand Up @@ -575,8 +575,6 @@ exclude those logs from the archive.
if os.path.exists(OPENVSWITCH_VSWITCHD_PID):
cmd_output(CAP_NETWORK_STATUS, [OVS_DPCTL, 'show', '-s'])
for d in dp_list():
cmd_output(CAP_NETWORK_STATUS, [OVS_OFCTL, 'show', d])
cmd_output(CAP_NETWORK_STATUS, [OVS_OFCTL, 'dump-flows', d])
cmd_output(CAP_NETWORK_STATUS, [OVS_DPCTL, 'dump-flows', d])
try:
vspidfile = open(OPENVSWITCH_VSWITCHD_PID)
Expand Down

0 comments on commit 5bcd75e

Please sign in to comment.