summaryrefslogtreecommitdiff
path: root/utilities
Commit message (Expand)AuthorAgeFilesLines
...
* openvswitch: Remove Linux bridge compatibility.Pravin B Shelar2012-12-273-85/+10
* ovs-ctl: Exit, instead of resuming, after handling fatal signals.Ben Pfaff2012-12-261-2/+2
* ovs-vsctl: Allow command-specific options to mingle with global options.Ben Pfaff2012-12-102-18/+124
* ofp-errors: Correctly encode errors as extensions or not depending on domain.Ben Pfaff2012-12-041-0/+35
* ovs-ctl: Don't run "ovs-save save-flows" on fake bridges.Justin Pettit2012-12-011-1/+1
* ovs-vsctl: Add "--real" and "--fake" options to "list-br".Justin Pettit2012-12-012-4/+15
* ovs-dpctl: Describe -s option in usage message.Ben Pfaff2012-11-291-1/+3
* ovs-ofctl: By default, do not set flow format for OpenFlow 1.1+Simon Horman2012-11-291-13/+26
* ovs-controller: Allow setting of allowed OpenFlow versionsSimon Horman2012-11-292-9/+12
* ovs-ofctl: Reject impossible protocols configurations at startup.Ben Pfaff2012-11-291-0/+18
* ofp-util: Make "OXM" flow format name include both OpenFlow 1.2 and 1.3.Ben Pfaff2012-11-291-0/+7
* ovs-ofctl: Add option to set allowed OpenFlow versionsSimon Horman2012-11-292-23/+32
* Fix handling of OFPP_ANY in OpenFlow 1.1 and later.Jarno Rajahalme2012-11-271-4/+4
* ovs-ctl.in: Don't save kernel datapath config.Gurucharan Shetty2012-11-263-115/+7
* ovs-ofctl: Don't rely on stat() to check unix sockets.Ethan Jackson2012-11-201-15/+25
* ofp-util: Make ofputil_encode_set_protocol() able to return failure.Ben Pfaff2012-11-161-1/+1
* ovs-ofctl: Style fix.Ben Pfaff2012-11-161-1/+2
* rconn: Add allowed OpenFlow versionsSimon Horman2012-11-121-1/+1
* tests: Add tests for encoding and decoding OpenFlow hello messages.Ben Pfaff2012-11-091-0/+15
* vconn: Replace minimum version with bitmap of allowed versions.Simon Horman2012-11-042-6/+6
* Process RARP packets with ethertype 0x8035 similar to ARP packets.Mehak Mahajan2012-11-021-7/+18
* ovs-dpctl: Make specifying datapath optional for some commands.Justin Pettit2012-11-012-10/+57
* ofproto-dpif: Add ovs-appctl commands for ovs-dpctl functions.Justin Pettit2012-11-011-1/+2
* Always treat datapath ports as 32 bits.Justin Pettit2012-11-011-3/+3
* netdev-vport: Warn users that pmtud is deprecatedAnsis Atteka2012-10-301-1/+1
* ovs-ctl.in: Do not fail 'restart'.Gurucharan Shetty2012-10-291-1/+2
* ovs-save: Use timeout option for ovs-vsctlGurucharan Shetty2012-10-261-4/+8
* OF11: push_vlan supportIsaku Yamahata2012-10-261-0/+6
* timeval: Coalesce backtraces with counts.Ethan Jackson2012-10-251-15/+11
* ovs-ctl.in: Don't save flows if the daemons are not running.Gurucharan Shetty2012-10-241-3/+5
* ovs-ctl.in: Ability to save flows and kernel datapath config.Gurucharan Shetty2012-10-233-128/+336
* ovs-pki: Unique subject DNs for certificate requests.Gurucharan Shetty2012-10-221-1/+3
* ovs-vsctl: Do not accept any arguments to "del-manager" command.Ben Pfaff2012-10-221-1/+1
* ovs-ctl: Fix implementation of --extra-dbs.Henry Mai2012-10-191-3/+3
* ofp-actions: Implement writing to metadata fieldJoe Stringer2012-10-181-1/+8
* ofp-util: Separate output, error reporting in ofputil_port_from_string().Ben Pfaff2012-10-181-2/+3
* utilities: New helper ovs-parse-backtrace.Ethan Jackson2012-10-174-0/+141
* instruction/clear-actions: string parser/formater, of packet decoder/encoderIsaku Yamahata2012-10-161-0/+3
* instruction: support goto-table actionIsaku Yamahata2012-10-161-0/+9
* ovs-pki: Increase the validity days for self-signed certificates.Gurucharan Shetty2012-10-151-1/+1
* ofp-msgs: Open Flow 1.1 and 1.2 Queue Status MessagesSimon Horman2012-10-121-10/+6
* ofp-msgs: Open Flow 1.1 and 1.2 Port Status MessagesSimon Horman2012-10-101-5/+1
* config: Add explicit support for building on ESX.Ethan Jackson2012-10-091-1/+1
* ofp-util: Set Packet In Format: Use prevailing OpenFlow versionSimon Horman2012-10-041-2/+6
* ovs-ctl: Add support for glibc malloc debugging.Ben Pfaff2012-10-012-3/+12
* ofp-actions: Add parsing of set_field actionsSimon Horman2012-09-281-0/+9
* ovsdb-server: Add support for multiple databases.Ben Pfaff2012-09-242-1/+22
* ovs-lib: Move DAEMON_CWD initialization to top of file.Ben Pfaff2012-09-211-1/+2
* ovs-ofctl: Accept port keywords, OF1.1 port numbers, reject port number 0.Ben Pfaff2012-09-202-41/+47
* ovs-ofctl: Fix indentation in manpage.Ben Pfaff2012-09-171-1/+1