ovs-bugtool: Added --ovs option to get only ovs related information
authorArun Sharma <arun.sharma@calsoftinc.com>
Thu, 19 Jul 2012 06:50:03 +0000 (23:50 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 19 Jul 2012 17:21:39 +0000 (10:21 -0700)
commitb592e72628c025ee0cc850127b90c96409c395df
tree5443ef87c9fa35c56b5d5b77707e92d6cd1e855e
parente878338bf1409f0dd6d23cb57822a2c4c1a69e0f
ovs-bugtool: Added --ovs option to get only ovs related information

Option --ovs is added for ovs-bugtool command to collect
only OpenvSwitch relevant information. To perform
filtering in plugins, a new xml attribute filters="ovs" (optional)
would be required in element 'command','files','directory' in
openvswitch.xml. Value of 'filters' attribute will be compared
with filtering option in load_plugins to get all relevant operation
to collect information. If no "--ovs" option is passed then it will
behave as earlier.

Fixed an issue which occurs in scenario where option '--yestoall'
is not passed and user keeps entering "y" or "n" on prompt.

Plus, trailing whitespaces are fixed. White space before '=' and
after in function def and call is also fixed.

Signed-off-by: Arun Sharma <arun.sharma@calsoftinc.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
NEWS
utilities/bugtool/ovs-bugtool.8
utilities/bugtool/ovs-bugtool.in
utilities/bugtool/plugins/network-status/openvswitch.xml
utilities/bugtool/plugins/system-configuration/openvswitch.xml
utilities/bugtool/plugins/system-logs/openvswitch.xml