aboutsummaryrefslogtreecommitdiff
path: root/utilities/ovs-vsctl.c
AgeCommit message (Expand)Author
2013-04-12ovs-vsctl: Fix a segfault.Gurucharan Shetty
2013-03-18ovs-vsctl: Try connecting only once for active connections by default.Ben Pfaff
2013-01-16Replace most uses of assert by ovs_assert.Ben Pfaff
2013-01-16ovs-vsctl: Add --if-exists option to many database commands.Ben Pfaff
2012-12-10ovs-vsctl: Allow command-specific options to mingle with global options.Ben Pfaff
2012-12-01ovs-vsctl: Add "--real" and "--fake" options to "list-br".Justin Pettit
2012-10-22ovs-vsctl: Do not accept any arguments to "del-manager" command.Ben Pfaff
2012-09-05ovsdb: Enforce immutability of immutable columns.Ben Pfaff
2012-06-14lib: Utilize smaps in the idl.Ethan Jackson
2012-06-14lib: New data structure - smap.Ethan Jackson
2012-05-16ovs-vsctl: Add "--all" option for "destroy" command in ovs-vsctl.Arun Sharma
2012-05-14Avoid writes to variables that are never read back.Ben Pfaff
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-04-19ovs-vsctl: Speed up port management operations with many ports.Ben Pfaff
2012-04-19ovs-vsctl: Remove 'ctrl', 'n_ctrl' from struct vsctl_bridge.Ben Pfaff
2012-04-19ovs-vsctl: Remove 'fail_mode' member from struct vsctl_bridge.Ben Pfaff
2012-04-19ovs-vsctl: Merge struct vsctl_info into struct vsctl_context.Ben Pfaff
2012-04-19ovs-vsctl: Verify VLAN bridge controllers in cmd_get_controller().Ben Pfaff
2012-04-19ovs-vsctl: Verify correct record in cmd_get_fail_mode() for VLAN bridges.Ben Pfaff
2012-04-12ovsdb-idl: Improve ovsdb_idl_txn_increment() interface.Ben Pfaff
2012-04-12ovsdb-idl: Simplify transaction retry.Ben Pfaff
2012-03-28Fix minor memory leaks found by valgrind.Ben Pfaff
2012-03-27Avoid possibly including an old vswitch-idl.h.Ben Pfaff
2012-03-20ovs-vsctl: Allow "fake bridges" to be created for VLAN 0.Ben Pfaff
2012-03-19idl: Move vswitch-idl to libopenvswitch.Ethan Jackson
2012-03-15ovs-vsctl: Clarify br-exists usage.Ethan Jackson
2012-02-01Add support for limiting the number of flows in an OpenFlow flow table.Ben Pfaff
2012-01-11ovs-vsctl: Add set relational operators to "find" command.Ben Pfaff
2011-10-31ovsdb-idl: Prevent occasional hang when multiple database clients race.Ben Pfaff
2011-10-12ovs-vsctl: Print warning for invalid controller and manager targets.Justin Pettit
2011-09-15ovs-vsctl: Improve usage message.Ben Pfaff
2011-08-04util: Introduce get_program_version function.Justin Pettit
2011-08-01vlog: Add a new log level "off".Ben Pfaff
2011-07-26vswitchd: Prevent multiple ovs-vswitchd processes from acting together.Ben Pfaff
2011-07-26ovs-vsctl: Log better warnings for duplicate ports and interfaces.Ben Pfaff
2011-06-21ovsdb-idl: Plug hole in state machine.Ben Pfaff
2011-06-07ovs-vsctl: New "comment" command.Ben Pfaff
2011-05-24ovs-vsctl: Add "show" command for printing an overview of configuration.Ben Pfaff
2011-05-20cfm: Remove Maintenance_Point and Monitor tables.Ethan Jackson
2011-05-16Consistently write null pointer constants as NULL instead of 0.Ben Pfaff
2011-05-10stream-ssl: Improve messages when configuring SSL if it is unsupported.Ben Pfaff
2011-05-10ovs-vsctl: Issue warning for likely erroneous "get" commands.Ben Pfaff
2011-03-31Convert shash users that don't use the 'data' value to sset instead.Ben Pfaff
2011-03-29ovs-vsctl: Remove dead assignment.Ethan Jackson
2011-03-29ovs-vsctl: Remove dead code.Ethan Jackson
2011-03-16ovs-vsctl: Back out garbage collection changes.Ethan Jackson
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: Check for uncreated symbols earlier.Ben Pfaff