index
:
delta/openvswitch.git
branch-1.1
branch-1.10
branch-1.11
branch-1.2
branch-1.3
branch-1.4
branch-1.5
branch-1.6
branch-1.7
branch-1.8
branch-1.9
branch-2.0
branch-2.1
branch-2.10
branch-2.11
branch-2.12
branch-2.13
branch-2.14
branch-2.15
branch-2.16
branch-2.17
branch-2.2
branch-2.3
branch-2.4
branch-2.5
branch-2.6
branch-2.7
branch-2.8
branch-2.9
branch-3.0
branch-3.1
dpdk-hwol
dpdk-latest
dpdk-travis-build-test
elephant
ext-320
for-nox/0.4
lts-1.0
lts-1.0a
master
openflow-1.0
ovn
ovn-ddlog-patches
raft2
review/jarno_ct_bp_v1
vlan-maint
wdp
xs5.7
github.com: openvswitch/ovs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ovs-vsctl.at
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ovs-vsctl: Back out garbage collection changes.
Ethan Jackson
2011-03-16
1
-0
/
+20
*
ovsdb: Implement garbage collection.
Ben Pfaff
2011-03-10
1
-7
/
+47
*
ovsdb: Remove 'managers' column from 'Open vSwitch' table.
Andrew Evans
2011-02-18
1
-1
/
+1
*
ovs-vsctl: Add new "find" command.
Ben Pfaff
2011-02-08
1
-1
/
+20
*
ovs-vsctl: Add --columns options to "list" command.
Ben Pfaff
2011-02-08
1
-0
/
+7
*
ovs-vsctl: Add commands to get/delete/set manager connections.
Andrew Evans
2011-02-07
1
-0
/
+26
*
ovs-vsctl: Fix br-set-external-id.
Ben Pfaff
2010-11-18
1
-1
/
+1
*
ovs-vsctl: Allow "get" commands to create @names also.
Ben Pfaff
2010-09-21
1
-0
/
+49
*
tests: Add 5-second timeout to ovs-vsctl tests.
Ben Pfaff
2010-09-21
1
-3
/
+3
*
vswitch: Add external_ids column to every table.
Ben Pfaff
2010-08-02
1
-0
/
+1
*
vswitchd: Move fail-mode config to Bridge table
Justin Pettit
2010-07-30
1
-0
/
+2
*
vswitchd: Remove default controller config from Open_vSwitch table
Justin Pettit
2010-07-30
1
-55
/
+0
*
tests: Disable profiling for "wait-until must wait" test.
Ben Pfaff
2010-07-21
1
-0
/
+6
*
ovs-vsctl: Do not allow record names to be abbreviated.
Ben Pfaff
2010-07-16
1
-4
/
+1
*
ovs-vsctl: Add "wait-until" command.
Ben Pfaff
2010-06-29
1
-0
/
+58
*
ovs-vsctl: Prepare for more flexible database argument parsing.
Ben Pfaff
2010-06-29
1
-1
/
+1
*
ovs-vsctl: Make "ovs-vsctl get <table> <record> _uuid" work.
Ben Pfaff
2010-06-24
1
-1
/
+2
*
ovs-vsctl: Fix spelling error in log message.
Ben Pfaff
2010-06-17
1
-1
/
+1
*
Add support for multiple OpenFlow controllers on a single bridge.
Ben Pfaff
2010-04-20
1
-0
/
+81
*
ovs-vsctl: Allow setting arbitrary database columns in add-port, add-bond.
Ben Pfaff
2010-04-05
1
-3
/
+7
*
tests: Don't use obsolete names in ovs-vsctl tests of external-ids.
Ben Pfaff
2010-03-17
1
-3
/
+3
*
ovsdb: Add support for "enum" constraints.
Ben Pfaff
2010-02-25
1
-0
/
+3
*
ovsdb: Drop regular expression constraints.
Ben Pfaff
2010-02-25
1
-8
/
+0
*
ovs-vsctl: Add --may-exist option for add-port, add-bond commands.
Ben Pfaff
2010-02-09
1
-1
/
+14
*
ovs-vsctl: Add --may-exist option for add-br command.
Ben Pfaff
2010-02-09
1
-0
/
+15
*
ovsdb: Fix support for systems where libpcre is not installed.
Ben Pfaff
2010-02-08
1
-2
/
+7
*
ovsdb: Add support for referential integrity in the database itself.
Ben Pfaff
2010-02-08
1
-12
/
+6
*
ovsdb: Add simple constraints.
Ben Pfaff
2010-02-08
1
-44
/
+34
*
tests: Always make ovsdb-server exit cleanly, to better find memory leaks.
Ben Pfaff
2010-02-02
1
-1
/
+1
*
ovs-vsctl: Add tests for database commands.
Ben Pfaff
2010-01-28
1
-0
/
+180
*
ovs-vsctl: Drop redundant {port,iface}-{set,get}-external-ids commands.
Ben Pfaff
2010-01-27
1
-16
/
+16
*
tests: Factor OVSDB_INIT out of OVS_VSCTL_SETUP for other tests to use.
Ben Pfaff
2010-01-15
1
-17
/
+1
*
ovsdb-server: Make database connections configurable from database itself.
Ben Pfaff
2010-01-04
1
-1
/
+1
*
testsuite: Look for .ovsschema files in source dir as well as build dir.
Ben Pfaff
2009-12-17
1
-1
/
+9
*
Make ovs-vswitchd report when it is done configuring; make ovs-vsctl wait.
Ben Pfaff
2009-12-16
1
-3
/
+3
*
ovs-vsctl: Add --if-exists options to del-br, del-port commands.
Ben Pfaff
2009-12-10
1
-11
/
+26
*
ovs-vsctl: New commands for working with external IDs.
Ben Pfaff
2009-12-09
1
-0
/
+81
*
ovs-vsctl: Fix bugs.
Ben Pfaff
2009-12-09
1
-51
/
+31
*
vsctl: Start making it work with ovsdb.
Ben Pfaff
2009-12-08
1
-75
/
+103
*
ovs-vsctl: Add tests that adding duplicate bridges or ports fails.
Ben Pfaff
2009-10-16
1
-1
/
+24
*
ovs-vsctl: Add the ability to perform multiple operations in a single run.
Ben Pfaff
2009-10-16
1
-2
/
+17
*
ovs-vsctl: Refactor internals to increase flexibility.
Ben Pfaff
2009-10-16
1
-2
/
+41
*
ovs-vsctl: Allow bridge name to be omitted from del-port command.
Ben Pfaff
2009-10-16
1
-2
/
+2
*
ovs-vsctl: Add test suite, documentation for br-to-vlan, br-to-parent.
Ben Pfaff
2009-09-15
1
-19
/
+35
*
New utility ovs-vsctl.
Ben Pfaff
2009-09-14
1
-0
/
+257
[prev]