summaryrefslogtreecommitdiff
path: root/tests/ovs-vsctl.at
Commit message (Expand)AuthorAgeFilesLines
...
* ovs-vsctl: Back out garbage collection changes.Ethan Jackson2011-03-161-0/+20
* ovsdb: Implement garbage collection.Ben Pfaff2011-03-101-7/+47
* ovsdb: Remove 'managers' column from 'Open vSwitch' table.Andrew Evans2011-02-181-1/+1
* ovs-vsctl: Add new "find" command.Ben Pfaff2011-02-081-1/+20
* ovs-vsctl: Add --columns options to "list" command.Ben Pfaff2011-02-081-0/+7
* ovs-vsctl: Add commands to get/delete/set manager connections.Andrew Evans2011-02-071-0/+26
* ovs-vsctl: Fix br-set-external-id.Ben Pfaff2010-11-181-1/+1
* ovs-vsctl: Allow "get" commands to create @names also.Ben Pfaff2010-09-211-0/+49
* tests: Add 5-second timeout to ovs-vsctl tests.Ben Pfaff2010-09-211-3/+3
* vswitch: Add external_ids column to every table.Ben Pfaff2010-08-021-0/+1
* vswitchd: Move fail-mode config to Bridge tableJustin Pettit2010-07-301-0/+2
* vswitchd: Remove default controller config from Open_vSwitch tableJustin Pettit2010-07-301-55/+0
* tests: Disable profiling for "wait-until must wait" test.Ben Pfaff2010-07-211-0/+6
* ovs-vsctl: Do not allow record names to be abbreviated.Ben Pfaff2010-07-161-4/+1
* ovs-vsctl: Add "wait-until" command.Ben Pfaff2010-06-291-0/+58
* ovs-vsctl: Prepare for more flexible database argument parsing.Ben Pfaff2010-06-291-1/+1
* ovs-vsctl: Make "ovs-vsctl get <table> <record> _uuid" work.Ben Pfaff2010-06-241-1/+2
* ovs-vsctl: Fix spelling error in log message.Ben Pfaff2010-06-171-1/+1
* Add support for multiple OpenFlow controllers on a single bridge.Ben Pfaff2010-04-201-0/+81
* ovs-vsctl: Allow setting arbitrary database columns in add-port, add-bond.Ben Pfaff2010-04-051-3/+7
* tests: Don't use obsolete names in ovs-vsctl tests of external-ids.Ben Pfaff2010-03-171-3/+3
* ovsdb: Add support for "enum" constraints.Ben Pfaff2010-02-251-0/+3
* ovsdb: Drop regular expression constraints.Ben Pfaff2010-02-251-8/+0
* ovs-vsctl: Add --may-exist option for add-port, add-bond commands.Ben Pfaff2010-02-091-1/+14
* ovs-vsctl: Add --may-exist option for add-br command.Ben Pfaff2010-02-091-0/+15
* ovsdb: Fix support for systems where libpcre is not installed.Ben Pfaff2010-02-081-2/+7
* ovsdb: Add support for referential integrity in the database itself.Ben Pfaff2010-02-081-12/+6
* ovsdb: Add simple constraints.Ben Pfaff2010-02-081-44/+34
* tests: Always make ovsdb-server exit cleanly, to better find memory leaks.Ben Pfaff2010-02-021-1/+1
* ovs-vsctl: Add tests for database commands.Ben Pfaff2010-01-281-0/+180
* ovs-vsctl: Drop redundant {port,iface}-{set,get}-external-ids commands.Ben Pfaff2010-01-271-16/+16
* tests: Factor OVSDB_INIT out of OVS_VSCTL_SETUP for other tests to use.Ben Pfaff2010-01-151-17/+1
* ovsdb-server: Make database connections configurable from database itself.Ben Pfaff2010-01-041-1/+1
* testsuite: Look for .ovsschema files in source dir as well as build dir.Ben Pfaff2009-12-171-1/+9
* Make ovs-vswitchd report when it is done configuring; make ovs-vsctl wait.Ben Pfaff2009-12-161-3/+3
* ovs-vsctl: Add --if-exists options to del-br, del-port commands.Ben Pfaff2009-12-101-11/+26
* ovs-vsctl: New commands for working with external IDs.Ben Pfaff2009-12-091-0/+81
* ovs-vsctl: Fix bugs.Ben Pfaff2009-12-091-51/+31
* vsctl: Start making it work with ovsdb.Ben Pfaff2009-12-081-75/+103
* ovs-vsctl: Add tests that adding duplicate bridges or ports fails.Ben Pfaff2009-10-161-1/+24
* ovs-vsctl: Add the ability to perform multiple operations in a single run.Ben Pfaff2009-10-161-2/+17
* ovs-vsctl: Refactor internals to increase flexibility.Ben Pfaff2009-10-161-2/+41
* ovs-vsctl: Allow bridge name to be omitted from del-port command.Ben Pfaff2009-10-161-2/+2
* ovs-vsctl: Add test suite, documentation for br-to-vlan, br-to-parent.Ben Pfaff2009-09-151-19/+35
* New utility ovs-vsctl.Ben Pfaff2009-09-141-0/+257