summaryrefslogtreecommitdiff
path: root/utilities
Commit message (Expand)AuthorAgeFilesLines
* ovs-ofctl: Make "barrier" output reproducible for testing.Ben Pfaff2012-03-071-3/+0
* Abstract everything that uses ofp_phy_port, add OF1.1 support.Ben Pfaff2012-03-071-38/+38
* Break OFPT_* constants into common value and 1.0- and 1.1-specific values.Ben Pfaff2012-03-071-3/+4
* Begin breaking openflow-1.0.h into common and version-specific definitions.Ben Pfaff2012-03-072-6/+6
* Introduce ofputil_protocol, to abstract the protocol in use on a connection.Ben Pfaff2012-03-073-256/+240
* ovs-ofctl: Avoid segfault upon receive error for "monitor", "snoop".Ben Pfaff2012-03-071-2/+3
* unixctl: Timeout unit tests instead of hanging.Ethan Jackson2012-03-071-0/+6
* unixctl: New JSON RPC back-end.Ethan Jackson2012-02-213-29/+42
* Add ability to direct "packet-in"s to particular controllers.Ben Pfaff2012-02-271-4/+28
* nlmon: Also print ifinfomsg flags.Ben Pfaff2012-02-271-1/+33
* ovs-ofctl: Add --timestamp option to print time for each received packet.Ben Pfaff2012-02-272-0/+22
* vlog: Be more liberal in syntax for -v and vlog/set.Ben Pfaff2012-02-272-26/+45
* docs: Consistently format each form of an option on a separate line.Ben Pfaff2012-02-274-31/+51
* Implement new "fin_timeout" action and "learn" feature.Ben Pfaff2012-02-151-0/+26
* ovs-ofctl: Clarify that tun_id will not be nonzero unless the key is nonzeroSimon Horman2012-02-131-5/+5
* ovs-ofctl: Remove documentation that ovs-ofctl uses TUN_ID_FROM_COOKIESimon Horman2012-02-131-8/+0
* ovs-ofctl: New "ofctl/barrier" unixctl command.Ben Pfaff2012-02-092-0/+47
* ovs-ofctl: New "ofctl/set-output-file" unixctl command.Ben Pfaff2012-02-092-0/+26
* ovs-ofctl: New "ofctl/send" unixctl command.Ben Pfaff2012-02-092-4/+84
* ovs-ofctl: Add "packet-out" command.Ben Pfaff2012-02-092-0/+50
* Add support for parsing and printing OFPFF_* flags.Ben Pfaff2012-02-091-1/+11
* ovs-ofctl: Allow priority and timeout to be specified on mod-flows.Ben Pfaff2012-02-091-7/+14
* Add information about time left before timeouts to flow dumps.Ben Pfaff2012-02-072-16/+24
* ovs-ofctl: Fix minor memory leaks.Ben Pfaff2012-02-031-0/+4
* ovs-ofctl: Fix typos in manpage.Ben Pfaff2012-02-031-2/+2
* Add support for bitwise matching on TCP and UDP ports.Ben Pfaff2012-02-021-1/+63
* daemon: New function daemon_save_fd() to preserve fds across detach.Ben Pfaff2012-02-021-8/+2
* ovs-ofctl: Update usage message.Ben Pfaff2012-02-021-1/+4
* ovs-ofctl: Fix typo in manpage.Ben Pfaff2012-02-011-1/+1
* Add support for limiting the number of flows in an OpenFlow flow table.Ben Pfaff2012-02-012-1/+8
* vlog: Change the default timestamp structure.Gurucharan Shetty2012-01-271-2/+9
* ovs-appctl: Document the facility "file" option.Gurucharan Shetty2012-01-271-8/+9
* ovs-ofctl: Fix "snoop" command.Ben Pfaff2012-01-272-20/+20
* ovs-ofctl: Fix typo in comment.Ben Pfaff2012-01-261-1/+1
* ovs-ctl: Restore ability to create 256 bridges.Ben Pfaff2012-01-261-4/+5
* ovs-ctl: Do not load brcompat_mod if the bridge module is already loaded.Ben Pfaff2012-01-161-0/+4
* ovs-vsctl: Add example of creating a GRE tunnel to manpage.Ben Pfaff2012-01-161-0/+6
* ofproto: New action TTL decrement.Pravin B Shelar2012-01-132-2/+53
* ovs-vsctl: Document a pitfall of the syntax for maps.Ben Pfaff2012-01-131-2/+4
* Better abstract OpenFlow error codes.Ben Pfaff2012-01-121-3/+4
* odp-util: Handle ipv6 in set nw action.Pravin B Shelar2012-01-111-1/+1
* ovs-vsctl: Add set relational operators to "find" command.Ben Pfaff2012-01-112-38/+155
* openflow: New Nicira Extended PACKET_IN format.Ethan Jackson2012-01-102-0/+66
* nx-match: New function nx_pull_match_loose().Ethan Jackson2012-01-101-3/+11
* ovs-ofctl: Support daemonization for monitor and snoop.Ethan Jackson2012-01-102-3/+70
* ovs-ctl: Pull system_type and system_version from config fileGurucharan Shetty2012-01-092-4/+19
* ovs-benchmark: Improve output format for "rate" command.Ben Pfaff2012-01-061-4/+3
* ovs-ofctl: Fix "cookie mask" issue in diff-flows command.Justin Pettit2011-12-301-0/+1
* Add ability to restrict flow mods and flow stats requests to cookies.Justin Pettit2011-12-272-9/+21
* ovs-ofctl: Fix error in man page related to TCI masks.Justin Pettit2011-12-271-1/+1