summaryrefslogtreecommitdiff
path: root/tests/ofproto.at
Commit message (Expand)AuthorAgeFilesLines
* ofp-parse: Fix parsing, formatting of multiple fields in NTR extension.Ben Pfaff2015-11-031-2/+2
* ovs-ofctl: Fix OpenFlow versions with '--bundle'Jarno Rajahalme2015-10-191-6/+6
* ofproto: Correct encoding and decoding of group desc properties.Simon Horman2015-10-161-0/+3
* Add connection tracking label support.Joe Stringer2015-10-131-1/+2
* Add connection tracking mark support.Joe Stringer2015-10-131-1/+2
* Add support for connection tracking.Joe Stringer2015-10-131-0/+2
* tests: Ignore more error messages for hidden rules test.Ben Pfaff2015-09-291-1/+1
* tests: Shorten line in table-features test.Ben Pfaff2015-09-201-1/+3
* ofproto: Implement OF1.4 Group & Meter change notification messagesNiti Rohilla2015-09-091-0/+91
* tests: Replace ON_EXIT m4 macro by on_exit() shell function.Ben Pfaff2015-09-091-3/+3
* ofp-print: Abbreviate duplicated table features.Ben Pfaff2015-07-281-73/+129
* ofproto: Implement OF1.4 Set/Get asynchronous configuration messages.Niti Rohilla2015-07-271-0/+122
* tunneling: Allow matching and setting tunnel 'OAM' flag.Jesse Gross2015-07-151-2/+3
* Implement OpenFlow 1.4+ OFPMP_TABLE_DESC message.Ben Pfaff2015-07-031-0/+22
* Implement OpenFlow 1.4+ OFPTC_EVICTION.Ben Pfaff2015-07-031-2/+4
* ofproto: Use OF1.4+ "importance" as part of eviction criteria.Ben Pfaff2015-07-031-0/+62
* ofproto: Fix use-after-free in bridge destruction with groups.Ben Pfaff2015-06-261-0/+13
* tunnel: Geneve TLV handling support for OpenFlow.Jesse Gross2015-06-251-2/+66
* tests: Adjust output of vconn for windows.Gurucharan Shetty2015-06-221-2/+2
* ofproto.at: Don't specify the specific error.Gurucharan Shetty2015-06-221-2/+3
* Use classifier versioning.Jarno Rajahalme2015-06-111-21/+21
* ovs-ofctl: Add bundle support and unit testing.Jarno Rajahalme2015-06-101-0/+244
* ofp-util: Convert flow_metadata to match structure.Jesse Gross2015-06-081-4/+4
* ofproto: Add support for reverting flow mods and bundle commit.Jarno Rajahalme2015-06-011-33/+33
* ofp-parse: Properly report error for invalid group ID.Ben Pfaff2015-04-211-0/+5
* ofp-util: Add missing 'break;' in bad_group_cmd().Ben Pfaff2015-04-211-1/+8
* ofp-parse: Properly report error for invalid bucket ID.Ben Pfaff2015-04-171-0/+5
* flow_format: Do not format "in_port=0".Jarno Rajahalme2015-03-261-19/+19
* Support NTR selection method in ovs-ofctl group commandsSimon Horman2015-03-241-2/+2
* ofproto: Add NXM_NX_TUN_GBP_ID and NXM_NX_TUN_GBP_FLAGSMadhu Challa2015-02-141-2/+4
* Implement set-field for IPv6 ND fields (nd_target, nd_sll, and nd_tll).Sharo, Randall A CIV SPAWARSYSCEN-ATLANTIC, 552002015-01-131-2/+17
* ipv6: Add support for setting ipv6 flow label.Pritesh Kothari2015-01-131-2/+2
* classifier: Add support for conjunctive matches.Ben Pfaff2015-01-111-1/+2
* ofproto: Don't count hidden rules in table stats.Ben Pfaff2015-01-061-0/+52
* ofproto: Omit hidden tables from "next tables".Ben Pfaff2015-01-021-6/+18
* ovs-ofctl: Support bucket commandsSimon Horman2014-11-131-0/+103
* Fix misspellings of "OpenFlow".Ben Pfaff2014-11-121-1/+1
* ofproto: Test that group commands fail for OpenFlow 1.0Simon Horman2014-11-121-0/+19
* ofproto: Add OpenFlow 1.5 group tests.Simon Horman2014-11-111-4/+64
* ofproto: Add OpenFlow 1.3 group stats test.Simon Horman2014-11-111-1/+25
* ofp-print: Print bucket ids of OpenFlow 1.5 group messages.Simon Horman2014-11-111-1/+1
* ofproto: Fix supported group types.Shu Shen2014-11-101-1/+13
* miniflow_extract: Properly handle small IP packets.Jarno Rajahalme2014-11-101-3/+3
* flow: Support OF1.5+ (draft) actset_output field.Ben Pfaff2014-11-031-1/+2
* ofproto: Only allow indirect groups with one bucketSimon Horman2014-10-241-0/+16
* ofproto: Report support for group stats.Ben Pfaff2014-10-231-2/+2
* tests: Add test of double set-field in output action list.Jean Tourrilhes2014-10-081-0/+28
* tests: Check that port status MODIFY messages are generated.Jean Tourrilhes2014-10-081-0/+73
* lib/match: Do not format undefined fields.Jarno Rajahalme2014-10-061-18/+18
* ofp-actions: Fix error code for invalid table id.Selvamuthukumar2014-09-241-1/+1