aboutsummaryrefslogtreecommitdiff
path: root/utilities
AgeCommit message (Expand)Author
2010-05-26Build ovs-wdt or nlmon utilities only on Linux.Ben Pfaff
2010-05-26Always #include <sys/socket.h> before <net/if.h>.Ben Pfaff
2010-05-13ofproto: Prefer "master" and "other" connections for snooping over "slave".Ben Pfaff
2010-05-11ovs-ofctl: Add "snoop" command.Ben Pfaff
2010-05-11ovs-ofctl: "monitor" command takes no more than 2 argumentsBen Pfaff
2010-05-11ovs-ofctl: Fix usage message for "monitor" command.Ben Pfaff
2010-05-05ovs-vsctl: Add sFlow to supported set of tables.Ben Pfaff
2010-04-30ovs-vsctl: Add emergency reset commandJustin Pettit
2010-04-21ovs-ofctl: Document that "actions" must be last in flow specifications.Ben Pfaff
2010-04-20ovs-openflowd: Prefer --fail=standalone|secure over --fail=open|closed.Ben Pfaff
2010-04-20Add support for multiple OpenFlow controllers on a single bridge.Ben Pfaff
2010-04-20ofproto: Bundle all controller-related settings into a struct.Ben Pfaff
2010-04-20ovs-openflowd: Remove documentation for obsolete --mgmt-id option.Ben Pfaff
2010-04-19tunneling: Add support for tunnel ID.Jesse Gross
2010-04-14ovs-vsctl: Cleanup some formatting in man pageJustin Pettit
2010-04-14ovs-ofctl: Fix write before beginning of string in "add-flow".Ben Pfaff
2010-04-13ovs-dpctl: In "dump-flows", only print flows that can be retrieved.Ben Pfaff
2010-04-12ovs-controller: Document how to use with management protocol.Ben Pfaff
2010-04-12jsonrpc: Add support for passive connections.Ben Pfaff
2010-04-12ovs-vsctl: Add SSL support.Ben Pfaff
2010-04-12ovs-controller: Add --unixctl option.Ben Pfaff
2010-04-12ovs-ofctl: Allow setting cookie as a decimal or hex valueJustin Pettit
2010-04-05ovs-vsctl: Allow setting arbitrary database columns in add-port, add-bond.Ben Pfaff
2010-04-05ovs-ofctl: Add support for "resubmit" Nicira vendor extension.Ben Pfaff
2010-03-31ovs-monitor: Put run files in "/var/run/openvswitch"Justin Pettit
2010-03-26Cleanup default file locations and XenServer packagingJustin Pettit
2010-03-19docs: Move PKI section heading into individual manpages.Ben Pfaff
2010-03-08ovsdb-idl: Make ovsdb_idl_txn_add_comment() take a printf() format string.Ben Pfaff
2010-03-05Add documentation for the vswitch database schema.Ben Pfaff
2010-03-04Update Open vSwitch documentation.Ben Pfaff
2010-03-03ovsdb-idl: New function ovsdb_idl_txn_commit_block().Ben Pfaff
2010-02-25Remove PCRE dependency.Ben Pfaff
2010-02-24ofctl: Improve manpage.Ben Pfaff
2010-02-24Fix excessive white space in manpages.Ben Pfaff
2010-02-20ovs-dpctl: Fix setting of packet length for "controller" actionTetsuo NAKAGAWA
2010-02-20ovs-openflowd: Standardize on OpenFlow description optionJustin Pettit
2010-02-20ovs-openflowd: Fix typo in comment describing dp_descJustin Pettit
2010-02-20ofproto: Querying port stats for individual ports (OpenFlow 1.0)Justin Pettit
2010-02-20ofproto: Match on IP ToS/DSCP bits (OpenFlow 1.0)Justin Pettit
2010-02-20ofproto: Add support for flow cookies (OpenFlow 1.0)Justin Pettit
2010-02-20ofproto: Add user-specifiable datapath description (OpenFlow 1.0)Justin Pettit
2010-02-20ofproto: Use 64-bit datapath id and management id (OpenFlow 0.9)Justin Pettit
2010-02-20ofproto: Add selective Flow Removed messages and flow deletes (OpenFlow 0.9)Justin Pettit
2010-02-20ofproto: Match VLAN PCP and rewrite ToS bits (OpenFlow 0.9)Justin Pettit
2010-02-23xenserver: Delete ports by interface name.Ben Pfaff
2010-02-12ovs-vsctl: Clarify manpage.Ben Pfaff
2010-02-11Merge "master" into "next".Ben Pfaff
2010-02-11Rename UNUSED macro to OVS_UNUSED to avoid naming conflict.Ben Pfaff
2010-02-11ovs-ofctl: Drop assignment whose value is never used.Ben Pfaff
2010-02-11ovs-vsctl: Avoid redundant initializations in "add-br" command.Ben Pfaff