summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Reduce risk of port collision and remove bash dependency.Ben Pfaff2012-02-024-8/+36
* daemon: New function daemon_save_fd() to preserve fds across detach.Ben Pfaff2012-02-021-9/+2
* tests: Run ovs-ofctl under valgrind too, with the "check-valgrind" target.Ben Pfaff2012-02-021-0/+2
* Add support for limiting the number of flows in an OpenFlow flow table.Ben Pfaff2012-02-013-0/+238
* heap: New library that implements a binary heap-based priority queue.Ben Pfaff2012-02-015-1/+509
* util: New function bitwise_zero().Ben Pfaff2012-02-011-0/+43
* util: Move bitwise_copy() here, add new bitwise functions, add a test.Ben Pfaff2012-02-011-1/+61
* tests: Fix broken interface-reconfigure tests.Ben Pfaff2012-01-241-0/+4
* lacp: Require successful LACP negotiations when configured.Ethan Jackson2012-01-231-1/+1
* bond: Change default bond_mode to active-backup.Ethan Jackson2012-01-161-1/+0
* bond: Add ovs-appctl bond/show to LACP sanity checks.Ethan Jackson2012-01-161-3/+19
* ofproto: New action TTL decrement.Pravin B Shelar2012-01-132-4/+36
* Better abstract OpenFlow error codes.Ben Pfaff2012-01-122-57/+94
* dpif-netdev: Make port numbers predictable for dummy dpif, for unit tests.Ben Pfaff2012-01-121-250/+140
* ovs-vsctl: Add set relational operators to "find" command.Ben Pfaff2012-01-111-1/+135
* openflow: New Nicira Extended PACKET_IN format.Ethan Jackson2012-01-102-38/+68
* ofproto-dpif: Implement PACKET_IN in userspace.Ethan Jackson2012-01-101-2/+2
* nx-match: New function nx_pull_match_loose().Ethan Jackson2012-01-101-1/+16
* tests: Unit test PACKET_IN.Ethan Jackson2012-01-101-0/+169
* ofp-print: Print checksum in ofp_packet_to_string().Ethan Jackson2012-01-101-1/+1
* ofp-print: Remove tcpdump from ofp_packet_to_string().Ethan Jackson2012-01-101-7/+2
* ofp-print: Remove vestigial 'total_len' argument.Ethan Jackson2012-01-101-1/+1
* flow: Improve flow_format() output.Ethan Jackson2012-01-101-1/+1
* ofproto-dpif.at: Add test for normal action with OFPP_NONE in_port.Justin Pettit2012-01-051-0/+28
* tests: Fix bug in NetFlow test case.Ben Pfaff2012-01-051-1/+1
* ofproto-dpif: Fake-up OFPP_NONE input bundle for mirroring and normal.Justin Pettit2012-01-041-0/+30
* Add ability to restrict flow mods and flow stats requests to cookies.Justin Pettit2011-12-272-0/+96
* tests: Update gitignore to include test-netflow.Ethan Jackson2011-12-191-0/+1
* netflow: Add basic unit tests.Ben Pfaff2011-12-193-0/+455
* tests: Add expected output parameter to OVS_VSWITCHD_START.Ben Pfaff2011-12-192-38/+27
* tests: Update ovs-vswitchd log messages to ignore.Ben Pfaff2011-12-191-2/+0
* ofproto-dpif: Flush MACs for deleted ports from every bridge.Ben Pfaff2011-12-161-0/+124
* tests: Perform basic LACP unit tests.Ethan Jackson2011-11-303-0/+103
* ovsdb: Correctly implement conditions that include multiple clauses.Ben Pfaff2011-11-281-16/+36
* mirroring: Don't require the "normal" action to perform mirroring.Justin Pettit2011-11-241-0/+277
* ofproto-dpif: Support differing user/kernel packet parsing support.Ben Pfaff2011-11-232-2/+19
* vswitch: Implement dscp column of the Queue table.Ethan Jackson2011-11-231-0/+27
* dpif-netdev: Allow enqueue actions.Ethan Jackson2011-11-211-2/+2
* ofproto-dpif: Test basic output and flooding.Ethan Jackson2011-11-211-0/+58
* tests: Allow unit tests to run as root.Ethan Jackson2011-11-181-6/+2
* Implement a new port setting "other-config:priority-tags".Ben Pfaff2011-11-171-24/+22
* ofproto-dpif: Get rid of "struct dst".Ben Pfaff2011-11-171-7/+9
* tests: Rewrite code for comparing sets of ODP actions.Ben Pfaff2011-11-173-69/+4
* odp-util: Add support for named ports to odp_flow_key_from_string().Ben Pfaff2011-11-171-1/+1
* datapath: Describe policy for extending flow key, implement needed changes.Ben Pfaff2011-11-142-48/+50
* flow: Use FWW_ flags to wildcard IP DSCP and ECN.Justin Pettit2011-11-101-12/+9
* Prepend "nw_" to "frag" and "tos" elements.Justin Pettit2011-11-101-12/+12
* datapath: Rename ipv6_tos to ipv6_tclass.Justin Pettit2011-11-091-11/+11
* Support matching and modifying IP TTL.Justin Pettit2011-11-094-27/+37
* Support matching and modifying IP ECN bits.Justin Pettit2011-11-092-6/+20