Thanks, I pushed this.
On Mon, Oct 10, 2011 at 10:32:06AM -0700, Ethan Jackson wrote: > Thanks for writing this up. Looks good to me. > > Ethan > > On Mon, Oct 10, 2011 at 10:29, Ben Pfaff <[email protected]> wrote: > > It would be nice to include this in xen-bugtool output too but that would > > require Citrix to patch xen-bugtool directly. > > > > Bug #7628. > > Reported-by: Ethan Jackson <[email protected]> > > --- > > ?utilities/bugtool/ovs-bugtool.in | ? ?2 +- > > ?1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff --git a/utilities/bugtool/ovs-bugtool.in > > b/utilities/bugtool/ovs-bugtool.in > > index 422b2dd..d7948d9 100755 > > --- a/utilities/bugtool/ovs-bugtool.in > > +++ b/utilities/bugtool/ovs-bugtool.in > > @@ -588,7 +588,7 @@ exclude those logs from the archive. > > ? ? file_output(CAP_NETWORK_STATUS, [PROC_NET_SOFTNET_STAT]) > > ? ? tree_output(CAP_NETWORK_STATUS, OPENVSWITCH_LOG_DIR) > > ? ? if os.path.exists(OPENVSWITCH_VSWITCHD_PID): > > - ? ? ? ?cmd_output(CAP_NETWORK_STATUS, [OVS_DPCTL, 'show']) > > + ? ? ? ?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]) > > -- > > 1.7.4.4 > > > > _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
