ovs-bugtool: Remove calls of ovs-ofctl on ovs-system.
[sliver-openvswitch.git] / utilities / bugtool / ovs-bugtool.in
index c5a4366..19b3378 100755 (executable)
@@ -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)
@@ -597,7 +595,7 @@ exclude those logs from the archive.
         'syslog', 'messages', 'secure', 'debug', 'dmesg', 'boot']])
     ovs_logs = ([ OPENVSWITCH_LOG_DIR + x for x in
         ['ovs-vswitchd.log', 'ovsdb-server.log',
-        'ovs-xapi-sync.log', 'ovs-monitor-ipsec.log']])
+        'ovs-xapi-sync.log', 'ovs-monitor-ipsec.log', 'ovs-ctl.log']])
     log_output(CAP_SYSTEM_LOGS, system_logs)
     log_output(CAP_OPENVSWITCH_LOGS, ovs_logs)