summaryrefslogtreecommitdiff
path: root/utilities/ovs-vsctl.c
Commit message (Expand)AuthorAgeFilesLines
* xenserver: Delete ports by interface name.Ben Pfaff2010-02-231-18/+37
* Merge "master" into "next".Ben Pfaff2010-02-111-1/+1
* ovs-vsctl: Avoid redundant initializations in "add-br" command.Ben Pfaff2010-02-111-3/+2
* ovs-vsctl: Add --may-exist option for add-port, add-bond commands.Ben Pfaff2010-02-091-6/+79
* ovs-vsctl: Add --may-exist option for add-br command.Ben Pfaff2010-02-091-16/+53
* ovs-vsctl: Improve error message when options follow command names.Ben Pfaff2010-02-091-0/+11
* ovsdb: Add support for referential integrity in the database itself.Ben Pfaff2010-02-081-12/+2
* ovsdb: Add simple constraints.Ben Pfaff2010-02-081-337/+83
* ovsdb-idl: On transaction hard failure make a reason available to client.Ben Pfaff2010-02-081-1/+5
* ovs-vsctl: When deleting a real bridge, delete ports of child fake bridges.Ben Pfaff2010-02-081-1/+1
* ovs-vsctl: Free memory on successful exit.Ben Pfaff2010-02-021-0/+4
* ovs-vsctl: Fix memory leaks.Ben Pfaff2010-02-021-1/+5
* ovs-vsctl: Free memory on fatal error.Ben Pfaff2010-02-021-4/+29
* ovs-vsctl: Use vsctl_fatal() consistently.Ben Pfaff2010-02-021-50/+54
* ofproto: Remove support for OpenFlow-based management protocol.Ben Pfaff2010-02-011-1/+0
* ovs-vsctl: Add --if-exists option to "get" command, for map columns.Ben Pfaff2010-01-281-8/+10
* ovs-vsctl: Improve error reporting.Ben Pfaff2010-01-281-19/+23
* ovs-vsctl: Alphabetize lists of database column names.Ben Pfaff2010-01-281-8/+8
* ovs-vsctl: Make "create" command print new row's UUID.Ben Pfaff2010-01-281-1/+25
* ovs-vsctl: Add postprocess step.Ben Pfaff2010-01-281-35/+45
* ovs-vsctl: Refactor in preparation for adding "postprocess" step.Ben Pfaff2010-01-281-230/+259
* dpif: Update dpif interface to match netdev.Jesse Gross2010-01-271-0/+1
* ovs-vsctl: Drop redundant {port,iface}-{set,get}-external-ids commands.Ben Pfaff2010-01-271-86/+0
* ovs-vsctl: Update --help message.Ben Pfaff2010-01-271-97/+70
* ovs-vsctl: Add "destroy" command.Ben Pfaff2010-01-271-6/+39
* ovs-vsctl: Add new "create" command.Ben Pfaff2010-01-271-56/+82
* ovs-vsctl: Add --force option to database commands to override safety checks.Ben Pfaff2010-01-271-9/+17
* ovs-vsctl: Add "remove" and "clear" commands.Ben Pfaff2010-01-271-3/+83
* ovs-vsctl: Make parsing functions return error instead of aborting.Ben Pfaff2010-01-271-40/+86
* ovs-vsctl: Make the "list" format more uniform.Ben Pfaff2010-01-271-1/+2
* ovs-vsctl: Score perfect matches higher than ones that differ in case.Ben Pfaff2010-01-271-1/+4
* ovs-vsctl: Fix uninitialized variable.Jesse Gross2010-01-271-0/+1
* ovs-vsctl: Add missing columns.Jesse Gross2010-01-261-0/+2
* ovs-vsctl: Add commands for low-level database manipulation.Ben Pfaff2010-01-261-7/+741
* ovs-vsctl: Prevent uninitialized variable warning.Jesse Gross2010-01-201-1/+1
* ovs-vsctl: Add option to create fake iface when adding a bondJustin Pettit2010-01-151-4/+8
* ovs-vsctl: Don't mask timeout argumentJustin Pettit2010-01-141-1/+0
* ovs-vsctl: Print correct fail-modeJustin Pettit2010-01-111-1/+1
* ovs-vsctl: Add support for extended vlog optionsJustin Pettit2010-01-051-5/+4
* ovs-vsctl: Support configuring SSL.Justin Pettit2009-12-201-2/+60
* ovs-vsctl: Don't allow controller configuration on fake bridgesJustin Pettit2009-12-201-4/+14
* ovs-vsctl: Fix minor typo in error messageJustin Pettit2009-12-181-1/+1
* ovs-vsctl: Fix segfault with fake bridges.Ben Pfaff2009-12-171-1/+1
* ovs-vsctl: Add commands for modifying controller settingsJustin Pettit2009-12-171-0/+198
* Make ovs-vswitchd report when it is done configuring; make ovs-vsctl wait.Ben Pfaff2009-12-161-1/+48
* ovsdb: Add "comment" feature to transactions and make ovs-vsctl use them.Ben Pfaff2009-12-161-1/+9
* ovs-vsctl: Set timeout to a default value of five secondsJustin Pettit2009-12-141-4/+9
* ovs-vsctl: Add -t or --timeout option to limit runtime.Ben Pfaff2009-12-141-1/+14
* ovs-vsctl: Add --dry-run option.Ben Pfaff2009-12-111-1/+13
* ovs-vsctl: Initialize the database automatically.Ben Pfaff2009-12-111-6/+13