aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2012-05-29ofp-util: Clean up cookie handling.Justin Pettit
2012-05-16odp-util: Update ODPUTIL_FLOW_KEY_BYTES for current kernel flow format.Ben Pfaff
2012-03-20ovs-vsctl: Allow "fake bridges" to be created for VLAN 0.Ben Pfaff
2012-03-12tests: Skip "strings at least 2 characters long" test for narrow Python.Ben Pfaff
2012-03-02timeval: Add "time/stop" unixctl command, for use in unit tests.Ben Pfaff
2012-03-01tests: Prefer development Python files over installed ones.Ethan Jackson
2012-02-08ofproto-dpif: Don't output to in_port even if in_port is OFPP_LOCAL.Aaron Rosen
2012-01-24tests: Fix broken interface-reconfigure tests.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
2011-12-19tests: Update ovs-vswitchd log messages to ignore.Ben Pfaff
2011-12-16ofproto-dpif: Flush MACs for deleted ports from every bridge.Ben Pfaff
2011-11-30tests: Perform basic LACP unit tests.Ethan Jackson
2011-11-28ovsdb: Correctly implement conditions that include multiple clauses.Ben Pfaff
2011-11-24mirroring: Don't require the "normal" action to perform mirroring.Justin Pettit
2011-11-23ofproto-dpif: Support differing user/kernel packet parsing support.Ben Pfaff
2011-11-23vswitch: Implement dscp column of the Queue table.Ethan Jackson
2011-11-21dpif-netdev: Allow enqueue actions.Ethan Jackson
2011-11-21ofproto-dpif: Test basic output and flooding.Ethan Jackson
2011-11-18tests: Allow unit tests to run as root.Ethan Jackson
2011-11-17Implement a new port setting "other-config:priority-tags".Ben Pfaff
2011-11-17ofproto-dpif: Get rid of "struct dst".Ben Pfaff
2011-11-17tests: Rewrite code for comparing sets of ODP actions.Ben Pfaff
2011-11-17odp-util: Add support for named ports to odp_flow_key_from_string().Ben Pfaff
2011-11-14datapath: Describe policy for extending flow key, implement needed changes.Ben Pfaff
2011-11-10flow: Use FWW_ flags to wildcard IP DSCP and ECN.Justin Pettit
2011-11-10Prepend "nw_" to "frag" and "tos" elements.Justin Pettit
2011-11-09datapath: Rename ipv6_tos to ipv6_tclass.Justin Pettit
2011-11-09Support matching and modifying IP TTL.Justin Pettit
2011-11-09Support matching and modifying IP ECN bits.Justin Pettit
2011-11-09Don't overload IP TOS with the frag matching bits.Justin Pettit
2011-11-09Support matching IPv6 flow label.Justin Pettit
2011-11-04tests: Provide banner for ODP tests.Justin Pettit
2011-11-02ofp-util: New function ofputil_decode_msg_type_partial().Ben Pfaff
2011-11-01datapath: Convert kernel priority actions into match/set.Pravin B Shelar