aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-01-04vconn: Fix parameters for vconn_open(), vconn_open_block(), pvconn_open().Ben Pfaff
2013-01-03ofp-actions: Fix the check for instruction ordering and duplication.Ben Pfaff
2012-12-28Add Openflow 1.2 role request/reply processing, update OF 1.2 tests. Add stru...Jarno Rajahalme
2012-12-20Add ODP level handling of OVS_KEY_ATTR_IPV4_TUNNEL.Jarno Rajahalme
2012-12-18vswitchd: log skb_mark and skb_priorityAnsis Atteka
2012-12-12packets: Change IP_ARGS interface to take an ovs_be32 instead of a pointer.Ben Pfaff
2012-12-10ovs-vsctl: Allow command-specific options to mingle with global options.Ben Pfaff
2012-12-10Add OpenFlow13 to the allowed protocols for ofproto testing.Jarno Rajahalme
2012-12-08vswitchd: Make the maximum size of MAC learning tables user-configurable.Ben Pfaff
2012-12-08nx-match: Log a warning when a wildcarded bit is set to 1.Ben Pfaff
2012-12-08tests: Avoid race condition in flow monitoring test.Ben Pfaff
2012-12-04ofp-errors: Correctly encode errors as extensions or not depending on domain.Ben Pfaff
2012-12-04Don't use error categories as if they were actually errors.Jarno Rajahalme
2012-12-01ovs-vsctl: Add "--real" and "--fake" options to "list-br".Justin Pettit
2012-11-30Add OpenFlow 1.2 parse-flows testSimon Horman
2012-11-30ofp-actions: Add OpenFlow1.1+ Set Queue actionSimon Horman
2012-11-29test: add ofproto OpenFlow1.2 testsSimon Horman
2012-11-29ovs-ofctl: Reject impossible protocols configurations at startup.Ben Pfaff
2012-11-29ofp-util: Make "OXM" flow format name include both OpenFlow 1.2 and 1.3.Ben Pfaff
2012-11-27flow: use rule priority in match_format() functionAnsis Atteka
2012-11-27Initial OpenFlow 1.3 supportJarno Rajahalme
2012-11-27Fix handling of OFPP_ANY in OpenFlow 1.1 and later.Jarno Rajahalme
2012-11-23vswitchd: fix 32-bit buildsAnsis Atteka
2012-11-21vswitchd: Log all tunnel parameters of given flow.Pravin B Shelar
2012-11-21datapath: add skb mark matching and set actionAnsis Atteka
2012-11-19vswitchd: Configuration of allowed OpenFlow versionsSimon Horman
2012-11-16bridge: Always "up" internal devices.Justin Pettit
2012-11-16ofp-util: Allow use of OpenFlow 12 flow formatBen Pfaff
2012-11-14odp-utils: Print human readable ipv4-tunnel-key flags.Pravin B Shelar
2012-11-09tests: Add tests for encoding and decoding OpenFlow hello messages.Ben Pfaff
2012-11-04ofp-util: Add version bitmap support to hello messages.Simon Horman
2012-11-04vconn: Replace minimum version with bitmap of allowed versions.Simon Horman
2012-11-03ofproto: Report 0 Mbps when speed not available instead of 100 Mbps.Ben Pfaff
2012-11-02Process RARP packets with ethertype 0x8035 similar to ARP packets.Mehak Mahajan
2012-11-02ofproto: Better hide hidden tables.Ben Pfaff
2012-11-01ofproto-dpif: Use a single underlying datapath across multiple bridges.Justin Pettit
2012-11-01ofproto-dpif: Add ovs-appctl commands for ovs-dpctl functions.Justin Pettit
2012-11-01tests: Rewrite unit tests to not expect bridge with odp zero.Justin Pettit
2012-11-01Separate OpenFlow port numbers from datapath ones.Justin Pettit
2012-11-01tests: Define new ADD_OF_PORTS macro for ofproto tests.Justin Pettit
2012-11-01Allow the OpenFlow port to be requested for a port.Justin Pettit
2012-11-01Use ODP ports in dpif layer and below.Justin Pettit
2012-11-01odp: Enable parsing ipv4_tunnel key.Jesse Gross
2012-10-29flow: Set ttl in flow_compose().Justin Pettit
2012-10-26OF11: push_vlan supportIsaku Yamahata
2012-10-23lib: Accomodate FreeBSD return value for ssl connection.Ed Maste
2012-10-22ARP packets must have print arp_tpa/arp_spa instead of nw_dst/nw_src.Mehak Mahajan
2012-10-22Do not print ICMP fields for non IP packets.Mehak Mahajan
2012-10-22Change logging format for flows to that accepted by ofproto/trace.Mehak Mahajan
2012-10-18ofp-actions: Implement writing to metadata fieldJoe Stringer