aboutsummaryrefslogtreecommitdiff
path: root/utilities
AgeCommit message (Expand)Author
2011-04-11autopath: Create the autopath action.Ethan Jackson
2011-04-04daemon: Integrate checking for an existing pidfile into daemonize_start().Ben Pfaff
2011-04-04Log anything that could prevent a daemon from starting.Ben Pfaff
2011-04-04util: New function ovs_fatal_valist().Ben Pfaff
2011-03-31ovs-openflowd: Use sset in place of svec.Ben Pfaff
2011-03-31ofproto: Change string sets in interface from svec to sset.Ben Pfaff
2011-03-31dpif: Use sset instead of svec in dpif interface.Ben Pfaff
2011-03-31Convert shash users that don't use the 'data' value to sset instead.Ben Pfaff
2011-03-31ovs-ofctl: Remove dead assignment.Ethan Jackson
2011-03-30Fix compilation of openvswitch-1.1.0pre2 on FreeBSD-8.1Gaetano Catalli
2011-03-29ovs-vsctl: Remove dead assignment.Ethan Jackson
2011-03-29ovs-vsctl: Remove dead code.Ethan Jackson
2011-03-22gitignore: Added ovs-vlan-bug-workaround and testsEthan Jackson
2011-03-22utilities: Add ovs-vlan-bug-workaround to make distcleanEthan Jackson
2011-03-18ovs-ofctl: Make mod-flows and del-flows commands able read files.Ben Pfaff
2011-03-18ofp-parse: Generalize parse_ofp_add_flow_file() to parse_ofp_flow_mod_file().Ben Pfaff
2011-03-18ovs-ofctl: New commands "replace-flows" and "diff-flows".Ben Pfaff
2011-03-18ovs-ofctl: Use ovs_be32 for big-endian variable.Ben Pfaff
2011-03-16ovs-vsctl: Back out garbage collection changes.Ethan Jackson
2011-03-16utilities: Fix typo in makefile that caused RPM build failure.Ben Pfaff
2011-03-16ofproto: Remove controller discovery support.Ben Pfaff
2011-03-16ofproto: Get rid of archaic "switch status" OpenFlow extension.Ben Pfaff
2011-03-16ovs-ofctl: Check min flow format support in negotiate_highest_flow_format().Ben Pfaff
2011-03-16Support vlan_group workaround implemented in XenServer kernels.Ben Pfaff
2011-03-10ovsdb: Implement garbage collection.Ben Pfaff
2011-03-10ovsdb-data: Expose guts of ovsdb_symbol_table() to clients.Ben Pfaff
2011-03-10ovsdb-data: Rename 'used' to 'created' in struct ovsdb_symbol.Ben Pfaff
2011-03-10ovs-vsctl: Remove stray \ from end of manpage.Ben Pfaff
2011-03-10ovs-vsctl: Update list of tables in manpage.Ben Pfaff
2011-03-10ovs-vsctl: Check for uncreated symbols earlier.Ben Pfaff
2011-03-09ovs-ofctl: Make add-flows command read from stdin if file name is "-".Ben Pfaff
2011-03-09utilities: Improve ovs-vlan-test man page.Ethan Jackson
2011-03-04ovs-dpctl: Support more than one option for "add-if" command.Ben Pfaff
2011-03-01ovs-ofctl: Implement documented semantics of --flow-format for flow_mods.Ben Pfaff
2011-02-23ovs-vsctl: Clarify that uuid_from_string() shouldn't fail in post_create().Ben Pfaff
2011-02-23ovs-kill: Remove.Ben Pfaff
2011-02-23ovs-vsctl: Simplify parse_column_key_value().Ben Pfaff
2011-02-23ovs-vsctl: Free "columns" in cmd_find().Justin Pettit
2011-02-23multipath: Validate multipath actions more thoroughly in multipath_parse().Ben Pfaff
2011-02-22ovs-vsctl: --bootstrap only has an effect if the ca cert is missing.Ben Pfaff
2011-02-22ovs-vsctl: Check "key" is valid before dereferencing in get_external_id().Justin Pettit
2011-02-18ovsdb: Remove 'managers' column from 'Open vSwitch' table.Andrew Evans
2011-02-15ovs-vsctl: Improve documentation and --help output.Ben Pfaff
2011-02-08xenserver: Introduce "force-reload-kmod" to reload kernel module.Ben Pfaff
2011-02-08ovs-vsctl: Add formatting options for the "list" and "find" commands.Ben Pfaff
2011-02-08ovs-vsctl: Add new "find" command.Ben Pfaff
2011-02-08ovs-vsctl: Add --columns options to "list" command.Ben Pfaff
2011-02-08ovs-vsctl: Fix spelling of "satisfied" in function name.Ben Pfaff
2011-02-07ovs-vsctl: Add commands to get/delete/set manager connections.Andrew Evans
2011-02-07daemon: Define daemon options enums the same way as other option enums.Ben Pfaff