summaryrefslogtreecommitdiff
path: root/tests/ovs-ofctl.at
Commit message (Expand)AuthorAgeFilesLines
* ofproto: Handle flow installation and eviction in upcall.Ethan Jackson2013-12-191-1/+1
* lib: More intuitive syntax for TCP flags matching.Jarno Rajahalme2013-12-021-6/+10
* ofp-actions: Make ofpacts_check() report consistency for all protocols.Ben Pfaff2013-11-201-1/+1
* Add OF11 SET MPLS LABEL and SET MPLS TC actions.Jarno Rajahalme2013-11-011-4/+5
* ofp-util: Enforce OpenFlow 1.1+ table_id requirements in flow_mod messages.Ben Pfaff2013-11-011-28/+28
* ofp-actions: Send deprecated actions as set fields.Jarno Rajahalme2013-11-011-2/+10
* ofp-actions: Set-Field OF 1.0/1.1 compatibility.Jarno Rajahalme2013-11-011-2/+2
* OXM inspired match field names.Jarno Rajahalme2013-11-011-4/+4
* OF 1.1 pop vlan compatibility.Jarno Rajahalme2013-11-011-2/+2
* meta-flow: Make mf_parse() report bad masks as errors.Ben Pfaff2013-10-311-25/+40
* Return no protocols if mask is supplied for unmaskable matchSimon Horman2013-10-311-1/+48
* ovs-ofctl: Add icmp_code testSimon Horman2013-10-311-1/+1
* TCP flags matching support.Jarno Rajahalme2013-10-291-0/+73
* lib/ofp-actions: Enforce action consistency.Jarno Rajahalme2013-10-231-2/+8
* Add OF11 SET IP TTL action.Jarno Rajahalme2013-10-231-2/+2
* Add OF11 set IPv4 ECN action.Jarno Rajahalme2013-10-231-0/+37
* lib: Keep track of usable protocols while parsing.Jarno Rajahalme2013-08-271-13/+13
* ofp-util: Add SCTP supportJoe Stringer2013-08-221-12/+57
* flow: Enable matching on new field 'pkt_mark'.Jesse Gross2013-08-131-3/+5
* flow: Rename skb_mark to pkt_mark.Jesse Gross2013-08-131-3/+3
* ovs-ofctl: Add "ofp-parse" command for printing OpenFlow from a file.Ben Pfaff2013-08-061-0/+18
* ofp-util: OpenFlow 1.0 can match IPv6 Ethertype even though not L3 or L4.Ben Pfaff2013-06-281-1/+103
* ofp-parse: Fix parsing of out_port.Ben Pfaff2013-06-251-2/+2
* Check actions prerequisites in parse_ofp_str()Simon Horman2013-05-081-5/+5
* Implement IPFIX exportRomain Lenglet2013-04-221-0/+10
* Correctly implement the OpenFlow 1.2+ OXM_OF_IP_DSCP field.Ben Pfaff2013-04-181-0/+12
* nicira-ext: Add Nicira actions NXAST_STACK_PUSH and NXAST_STACK_POP.Andy Zhou2013-03-061-0/+2
* nicira-ext: Remove the autopath action.Ethan Jackson2013-02-051-5/+0
* openflow: Print in_port as string for reserved/special ports.Gurucharan Shetty2013-01-091-6/+6
* vswitchd: log skb_mark and skb_priorityAnsis Atteka2012-12-181-0/+12
* nx-match: Log a warning when a wildcarded bit is set to 1.Ben Pfaff2012-12-081-2/+21
* Add OpenFlow 1.2 parse-flows testSimon Horman2012-11-301-0/+31
* ovs-ofctl: Reject impossible protocols configurations at startup.Ben Pfaff2012-11-291-0/+21
* ofp-util: Make "OXM" flow format name include both OpenFlow 1.2 and 1.3.Ben Pfaff2012-11-291-6/+6
* Initial OpenFlow 1.3 supportJarno Rajahalme2012-11-271-6/+6
* vswitchd: Log all tunnel parameters of given flow.Pravin B Shelar2012-11-211-0/+12
* ofp-util: Allow use of OpenFlow 12 flow formatBen Pfaff2012-11-161-6/+6
* Process RARP packets with ethertype 0x8035 similar to ARP packets.Mehak Mahajan2012-11-021-0/+70
* ARP packets must have print arp_tpa/arp_spa instead of nw_dst/nw_src.Mehak Mahajan2012-10-221-6/+6
* ofp-util: Again allow OpenFlow port 0 in commands and actions.Ben Pfaff2012-10-181-0/+2
* ofp-actions: Add parsing of set_field actionsSimon Horman2012-09-281-0/+2
* tests: Fix autopath testsJoe Stringer2012-08-281-1/+4
* tests: Factor "seq" shell function out into common infrastructure.Ben Pfaff2012-08-161-8/+0
* tests: Test that ofp10_match bytes that should be ignored really are.Ben Pfaff2012-08-071-68/+68
* ovs-ofctl: Avoid printing false differences on "ovs-ofctl diff-flows".Ben Pfaff2012-07-231-0/+25
* OXM: Add tests for masked VLAN VID matchSimon Horman2012-07-231-0/+20
* tests: OXM VLAN match encoding and decodingSimon Horman2012-07-231-0/+10
* OXM: Add VLAN VID as a prerequisite for VLAN PCPSimon Horman2012-07-231-0/+4
* OXM: Add encoding of VLAN VID and VLAN PCPSimon Horman2012-07-231-0/+16
* tests: Add more tests for VLAN match encoding and decoding.Ben Pfaff2012-07-191-0/+87