aboutsummaryrefslogtreecommitdiff
path: root/tests/ovs-ofctl.at
AgeCommit message (Expand)Author
2011-07-28ovs-ofctl: Print human readable nx_pull_match() errors.Ethan Jackson
2011-07-22bundle: New action "bundle_load".Ethan Jackson
2011-07-19vswitch: Implement bundle action.Ethan Jackson
2011-06-14ofp-print: Change "table_id" to "table" in flow_mod and flow_stats.Ben Pfaff
2011-06-14ofp-parse: Add support for vlan_tci field.Ben Pfaff
2011-06-09Remove NXAST_DROP_SPOOFED_ARP action.Justin Pettit
2011-06-09tests: Unit test autopath action parsing.Ethan Jackson
2011-06-07ofp-parse: Add support for dl_dst masks in flow match parsing.Ben Pfaff
2011-05-27ovs-ofctl: Report attempts to add (remove, etc.) non-normalized flows.Ben Pfaff
2011-05-18Merge 'next' into 'master'.Ben Pfaff
2011-05-13ofp-util: Don't warn for different forms of nw_{src,dst} wildcards.Ben Pfaff
2011-05-12Fix bugs lingering from merge mistakes.Ben Pfaff
2011-05-12Merge 'master' into 'next'.Ben Pfaff
2011-05-12Implement basic multiple table support.Ben Pfaff
2011-05-11ofproto: Break apart into generic and hardware-specific parts.Ben Pfaff
2011-04-26Remove support for obsolete "tun_id_from_cookie" extension.Ben Pfaff
2011-03-16ovs-ofctl: Check min flow format support in negotiate_highest_flow_format().Ben Pfaff
2011-03-01ovs-ofctl: Implement documented semantics of --flow-format for flow_mods.Ben Pfaff
2011-02-02nicira-ext: Support matching IPv6 Neighbor Discovery messages.Justin Pettit
2011-02-02nicira-ext: Support matching IPv6 traffic.Justin Pettit
2011-02-02nicira-ext: Support matching ARP source and target hardware addresses.Justin Pettit
2011-01-20Implement arbitrary bitwise masks for tun_id field.Ben Pfaff
2011-01-12nx-match: Print register values in hex in "load" action also.Ben Pfaff
2010-12-17Implement a new Nicira extension action for multipath link selection.Ben Pfaff
2010-12-17nx-match: Use [] in format_nxm_field_bits where possible.Ben Pfaff
2010-12-10Expand tunnel IDs from 32 to 64 bits.Ben Pfaff
2010-12-09ofp-print, ofp-parse: Add support for NXAST_REG_MOVE and NXAST_REG_LOAD.Ben Pfaff
2010-12-07ovs-ofctl: Add --more option to increase OpenFlow message verbosity.Ben Pfaff
2010-12-07ovs-ofctl: Add NXM support.Ben Pfaff
2010-12-07nx-match: Add tests for error return values for unknown NXM fields.Ben Pfaff
2010-12-06Refactor and centralize basic OpenFlow message decoding and validation.Ben Pfaff
2010-11-23nx-match: Implement support for arbitrary VLAN TCI masks.Ben Pfaff
2010-11-15nicira-ext: New Nicira vendor action NXAST_NOTE.Ben Pfaff
2010-11-11nx-match: Add tests that wildcard bits are zeroed by flow parser.Ben Pfaff
2010-11-11Add support for matching Ethernet multicast frames.Ben Pfaff
2010-11-11ofproto: Implement support for registers in extended flow match.Ben Pfaff
2010-11-09ofproto: Implement Nicira Extended Match flexible flow match (NXM).Ben Pfaff
2010-10-02Add Nicira extension for modifying queue without transmittingJustin Pettit
2010-10-01ofp-parse: Add test.Ben Pfaff