X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=xenserver%2Fusr_sbin_xen-bugtool;h=af88c74a5aa0db94ac3b482a05048cf054d97b4d;hb=847a0730a03f0fb4461c79ae957eabe03db71f53;hp=0cc9f656d288f8079c47b00e9104f287ca743fb2;hpb=7feb4503e0cacb8db445ed51593046d92d046473;p=openvswitch diff --git a/xenserver/usr_sbin_xen-bugtool b/xenserver/usr_sbin_xen-bugtool old mode 100644 new mode 100755 index 0cc9f656..af88c74a --- a/xenserver/usr_sbin_xen-bugtool +++ b/xenserver/usr_sbin_xen-bugtool @@ -691,6 +691,8 @@ exclude those logs from the archive. cmd_output(CAP_NETWORK_STATUS, [ETHTOOL, '-k', p]) cmd_output(CAP_NETWORK_STATUS, [ETHTOOL, '-i', p]) cmd_output(CAP_NETWORK_STATUS, [ETHTOOL, '-c', p]) + cmd_output(CAP_NETWORK_STATUS, + [TC, '-s', '-d', 'class', 'show', 'dev', p]) except: pass tree_output(CAP_NETWORK_STATUS, PROC_NET_BONDING_DIR)