aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2012-03-02unixctl: Skip Python unixctl tests.Ethan Jackson
2012-03-02python: Port unixctl to Python.Ethan Jackson
2012-03-02tests: Add code coverage for Python.Ethan Jackson
2012-03-02jsonrpc.py: Don't swallow errors in transact_block().Ethan Jackson
2012-03-01tests: Prefer development Python files over installed ones.Ethan Jackson
2012-02-28timeval: Add "time/stop" unixctl command, for use in unit tests.Ben Pfaff
2012-02-21unixctl: New JSON RPC back-end.Ethan Jackson
2012-02-21jsonrpc: Don't swallow errors in jsonrpc_transact_block().Ethan Jackson
2012-02-27Add ability to direct "packet-in"s to particular controllers.Ben Pfaff
2012-02-27jsonrpc: Make jsonrpc_error() internal.Ben Pfaff
2012-02-18ovs-vsctl.at: Use full name for referring to the "NetFlow" table.Justin Pettit
2012-02-15Implement new "fin_timeout" action and "learn" feature.Ben Pfaff
2012-02-09ofproto: Implement OpenFlow extension to allow control over async messages.Ben Pfaff
2012-02-09Add support for parsing and printing OFPFF_* flags.Ben Pfaff
2012-02-09ofp-util: Add struct ofputil_packet_out, helper functions, and use it all.Ben Pfaff
2012-02-08ofproto-dpif: Don't output to in_port even if in_port is OFPP_LOCAL.Aaron Rosen
2012-02-07Add information about time left before timeouts to flow dumps.Ben Pfaff
2012-02-07tests: Use ofctl_strip consistently.Ben Pfaff
2012-02-02stp: Log topology change events.Ethan Jackson
2012-02-02Add support for bitwise matching on TCP and UDP ports.Ben Pfaff
2012-02-02tests: Reduce risk of port collision and remove bash dependency.Ben Pfaff
2012-02-02daemon: New function daemon_save_fd() to preserve fds across detach.Ben Pfaff
2012-02-02tests: Run ovs-ofctl under valgrind too, with the "check-valgrind" target.Ben Pfaff
2012-02-01Add support for limiting the number of flows in an OpenFlow flow table.Ben Pfaff
2012-02-01heap: New library that implements a binary heap-based priority queue.Ben Pfaff
2012-02-01util: New function bitwise_zero().Ben Pfaff
2012-02-01util: Move bitwise_copy() here, add new bitwise functions, add a test.Ben Pfaff
2012-01-24tests: Fix broken interface-reconfigure tests.Ben Pfaff
2012-01-23lacp: Require successful LACP negotiations when configured.Ethan Jackson
2012-01-16bond: Change default bond_mode to active-backup.Ethan Jackson
2012-01-16bond: Add ovs-appctl bond/show to LACP sanity checks.Ethan Jackson
2012-01-13ofproto: New action TTL decrement.Pravin B Shelar
2012-01-12Better abstract OpenFlow error codes.Ben Pfaff
2012-01-12dpif-netdev: Make port numbers predictable for dummy dpif, for unit tests.Ben Pfaff
2012-01-11ovs-vsctl: Add set relational operators to "find" command.Ben Pfaff
2012-01-10openflow: New Nicira Extended PACKET_IN format.Ethan Jackson
2012-01-10ofproto-dpif: Implement PACKET_IN in userspace.Ethan Jackson
2012-01-10nx-match: New function nx_pull_match_loose().Ethan Jackson
2012-01-10tests: Unit test PACKET_IN.Ethan Jackson
2012-01-10ofp-print: Print checksum in ofp_packet_to_string().Ethan Jackson
2012-01-10ofp-print: Remove tcpdump from ofp_packet_to_string().Ethan Jackson
2012-01-10ofp-print: Remove vestigial 'total_len' argument.Ethan Jackson
2012-01-10flow: Improve flow_format() output.Ethan Jackson
2012-01-05ofproto-dpif.at: Add test for normal action with OFPP_NONE in_port.Justin Pettit
2012-01-05tests: Fix bug in NetFlow test case.Ben Pfaff
2012-01-04ofproto-dpif: Fake-up OFPP_NONE input bundle for mirroring and normal.Justin Pettit
2011-12-27Add ability to restrict flow mods and flow stats requests to cookies.Justin Pettit
2011-12-19tests: Update gitignore to include test-netflow.Ethan Jackson
2011-12-19netflow: Add basic unit tests.Ben Pfaff
2011-12-19tests: Add expected output parameter to OVS_VSWITCHD_START.Ben Pfaff