aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2012-04-26tests: Fix mirroring tests on big-endian architectures.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-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-04ofproto-dpif: Fake-up OFPP_NONE input bundle for mirroring and normal.Justin Pettit
2011-12-22ofproto-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
2011-10-31ofproto: Add OFPC_QUEUE_STATS to switch feature reply.Ben Pfaff
2011-10-31ovsdb-idl: Prevent occasional hang when multiple database clients race.Ben Pfaff
2011-10-28nicira-ext: New action "exit".Ethan Jackson
2011-10-27bundle: Parsing bug when using bracketed syntax.Ethan Jackson
2011-10-26tests: Fix intermittent failure in ovs-monitor-ipsec test.Jesse Gross
2011-10-24test-openflowd: Remove.Ben Pfaff
2011-10-22ovs-vswitchd: Add support for 802.1D STP.Justin Pettit
2011-10-22Add back 802.1D Spanning Tree Protocol (STP) library code.Justin Pettit
2011-10-21Implement new fragment handling policy.Ben Pfaff
2011-10-21datapath: Refactor actions in terms of match fields.Pravin B Shelar
2011-10-19test-lockfile: Provide better diagnostics on failure.Ben Pfaff
2011-10-18learn: Correct example in nicira-ext.h and add examples as test cases.Ben Pfaff
2011-10-18ovsdb: Remove dead Python-related code.Ben Pfaff
2011-10-06ovs-monitor-ipsec: Fix use_ssl_cert option implementation.Ben Pfaff
2011-10-04check-structs: Add check that OFP_ASSERT is checking the right structures.Ben Pfaff
2011-10-04vconn: Remove unnecessary forward declarations and #includes from header.Ben Pfaff
2011-10-03test-classifier: Remove write-only variable.Ben Pfaff
2011-09-29ovs-appctl: Print command arguments for "help".Justin Pettit
2011-09-27tests: Use compat argparse when required.Ethan Jackson