aboutsummaryrefslogtreecommitdiff
path: root/utilities
AgeCommit message (Expand)Author
2013-08-13ovs-ofctl: Avoid groff warning due to too-long line.Ben Pfaff
2013-04-12ovs-vsctl: Fix a segfault.Gurucharan Shetty
2013-04-10ovs-ctl: Connect to remote OVSDB managers only after ovs-vswitchd starts.Ben Pfaff
2013-04-07ovs-lib: Do not tee the ovs-ctl o/p in case of strace.Gurucharan Shetty
2013-03-27ovs-lib: Wait for a longer time after SIGKILL.Gurucharan Shetty
2013-03-25ovs-bugtool: Add iptables output for all tables.Gurucharan Shetty
2013-03-25Add binary option for command outputs collected by ovs-bugtoolShih-Hao Li
2013-03-21ovs-bugtool: Add ovs-ofctl commands to bugtool plugin scripts.Gurucharan Shetty
2013-03-21ovs-bugtool: Remove calls of ovs-ofctl on ovs-system.Gurucharan Shetty
2013-03-18ovs-vsctl: Try connecting only once for active connections by default.Ben Pfaff
2013-03-15ovs-bugtool: Add ovs-ctl.log to debug bundle.Gurucharan Shetty
2013-03-15debian, rhel, xenserver: Ability to collect ovs-ctl logs.Gurucharan Shetty
2013-03-05ovs-ctl.in: Restore interfaces and ofports for userspace restarts.Gurucharan Shetty
2013-03-05ovs-ctl.in: Clean up code for the next commit.Gurucharan Shetty
2013-02-12ovs-ctl.in: Don't execute the restore ofport script in some cases.Gurucharan Shetty
2013-02-01Use is_pow2() function, where possible, instead of IS_POW2 macro.Ben Pfaff
2013-01-31ovs-ctl: Update comment.Ben Pfaff
2013-01-30ovs-ctl: Fix a couple of typos.Gurucharan Shetty
2013-01-24rconn: Fix null pointer dereference in rconn_add_monitor().Ben Pfaff
2013-01-24ovs-ofctl: Use vconn_open() instead of vconn_open_block() in open_vconn__().Ben Pfaff
2013-01-16Replace most uses of assert by ovs_assert.Ben Pfaff
2013-01-16ovs-ctl.in: Restore ofport values across force-reload-kmod.Gurucharan Shetty
2013-01-16ovs-save: Add a helper command to maintain ofport value.Gurucharan Shetty
2013-01-16ovs-vsctl: Add --if-exists option to many database commands.Ben Pfaff
2013-01-09ovs-ofctl: Remove 'ANY' as a wildcard.Gurucharan Shetty
2013-01-07bugtool: Add manpage to gitignore.Ethan Jackson
2013-01-06ovs-vsctl.8: Add an example to configure openflow version.Isaku Yamahata
2013-01-04manpages: Fix buildSaul St. John
2013-01-04vconn: Fix parameters for vconn_open(), vconn_open_block(), pvconn_open().Ben Pfaff
2013-01-04manpages: Put version number instead of date at bottom of page.Ben Pfaff
2013-01-04ovs-ofctl: Document to work with any OpenFlow switch.Ben Pfaff
2012-12-27openvswitch: Remove Linux bridge compatibility.Pravin B Shelar
2012-12-26ovs-ctl: Exit, instead of resuming, after handling fatal signals.Ben Pfaff
2012-12-10ovs-vsctl: Allow command-specific options to mingle with global options.Ben Pfaff
2012-12-04ofp-errors: Correctly encode errors as extensions or not depending on domain.Ben Pfaff
2012-12-01ovs-ctl: Don't run "ovs-save save-flows" on fake bridges.Justin Pettit
2012-12-01ovs-vsctl: Add "--real" and "--fake" options to "list-br".Justin Pettit
2012-11-29ovs-dpctl: Describe -s option in usage message.Ben Pfaff
2012-11-29ovs-ofctl: By default, do not set flow format for OpenFlow 1.1+Simon Horman
2012-11-29ovs-controller: Allow setting of allowed OpenFlow versionsSimon Horman
2012-11-29ovs-ofctl: Reject impossible protocols configurations at startup.Ben Pfaff
2012-11-29ofp-util: Make "OXM" flow format name include both OpenFlow 1.2 and 1.3.Ben Pfaff
2012-11-29ovs-ofctl: Add option to set allowed OpenFlow versionsSimon Horman
2012-11-27Fix handling of OFPP_ANY in OpenFlow 1.1 and later.Jarno Rajahalme
2012-11-26ovs-ctl.in: Don't save kernel datapath config.Gurucharan Shetty
2012-11-20ovs-ofctl: Don't rely on stat() to check unix sockets.Ethan Jackson
2012-11-16ofp-util: Make ofputil_encode_set_protocol() able to return failure.Ben Pfaff
2012-11-16ovs-ofctl: Style fix.Ben Pfaff
2012-11-12rconn: Add allowed OpenFlow versionsSimon Horman
2012-11-09tests: Add tests for encoding and decoding OpenFlow hello messages.Ben Pfaff