aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2011-09-27python: Upgrade to vlog.Ethan Jackson
2011-09-27python: Upgrade daemon module to argparse.Ethan Jackson
2011-09-27stream.py: Make usage() function return a string.Ethan Jackson
2011-09-27python: Create new vlog module.Ethan Jackson
2011-09-26test-jsonrpc: Help option doesn't work.Ethan Jackson
2011-09-26Implement "native VLAN" feature.Ben Pfaff
2011-09-26ofproto-dpif: Add tests for VLAN handling.Ben Pfaff
2011-09-26ovs-xapi-sync: Add unit test.Ben Pfaff
2011-09-26ovs-monitor-ipsec: Add unit test.Ben Pfaff
2011-09-24python: Style cleanup.Ethan Jackson
2011-09-24test-reconnect: Fix use of undefined symbol.Ethan Jackson
2011-09-24test-ovsdb.py: Remove unused import.Ethan Jackson
2011-09-23tests: test-jsonrpc.py whitespace cleanup.Ethan Jackson
2011-09-23tests: test-jsonrpc references nonexistent variable.Ethan Jackson
2011-09-23python: Implement write support in Python IDL for OVSDB.Ben Pfaff
2011-09-23ovs.ovsuuid: Get rid of ovs.ovsuuid.UUID class.Ben Pfaff
2011-09-23tests: Fix typos in C versions of test-ovsdb error messages.Ben Pfaff
2011-09-23tests: Actually run all the Python IDL tests under Python.Ben Pfaff
2011-09-22ofp-print: Avoid double space before "actions" for catch-all flows.Ben Pfaff
2011-09-16tests: Cleanup test-daemon.py style.Ethan Jackson
2011-09-13Implement new "learn" action.Ben Pfaff
2011-09-13test-openflowd: Allow specifying port type on --ports option.Ben Pfaff
2011-09-13packets: Add more utility functions for IPv4 and IPv6 addresses.Ben Pfaff
2011-09-12tests: Test ofproto-dpif set_tunnel translation.Ethan Jackson
2011-08-19datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.Justin Pettit
2011-08-12nicra-ext: New action NXAST_OUTPUT_REG.Ethan Jackson
2011-08-12tests: test "load" and "move" actions.Ethan Jackson
2011-08-12tests: Update gitignore.Ethan Jackson
2011-08-09New action NXAST_RESUBMIT_TABLE.Ben Pfaff
2011-08-09ofproto-dpif: Add multiple table support.Ben Pfaff
2011-08-08odp-util: New function odp_flow_key_from_string().Ben Pfaff