ovs-bugtool: Don't run a few ethtool commands on virtual devices.
authorGurucharan Shetty <gshetty@nicira.com>
Thu, 14 Feb 2013 03:35:03 +0000 (19:35 -0800)
committerGurucharan Shetty <gshetty@nicira.com>
Thu, 14 Feb 2013 22:14:33 +0000 (14:14 -0800)
commit65e0f34ea85974e281cffd688869567c5a06cd26
tree73309d674fce8ab6a84c09ca4c48b17384245c81
parentced171980cbe8c9eb430e920ff6854287831c335
ovs-bugtool: Don't run a few ethtool commands on virtual devices.

There can be a few hundred virtual interfaces in a hypervisor.
Some of the ethtool commands that we currently run on these devices
probably does not provide any extra information. So remove them
for tap and vif interfaces.

Also bump up the size limitation for CAP_NETWORK_STATUS. The
current value is quite low and a 50 MB limit pre-compression
does not add much to the overall size.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
utilities/bugtool/ovs-bugtool.in