summaryrefslogtreecommitdiff
path: root/lib/ofp-flow.c
Commit message (Expand)AuthorAgeFilesLines
* ofp-flow: Skip flow reply if it exceeds the maximum message size.Eelco Chaudron2022-01-311-1/+10
* ofp-flow: Improve error message when cookie cannot be set.Ben Pfaff2019-07-171-2/+4
* Remove support for OpenFlow 1.6 (draft).Ben Pfaff2019-02-051-4/+2
* ofp-actions: Split ofpacts_check__() into many functions.Ben Pfaff2018-07-311-4/+15
* ofp-flow: Fix uninitialized data decoding OF1.5 flow stats.Ben Pfaff2018-05-231-0/+1
* Add support for OpenFlow 1.5 statistics (OXS).SatyaValli2018-05-161-25/+157
* ofp-flow: minimatch is initialized twice.Yifeng Sun2018-04-041-1/+0
* ofp-flow: Reduce memory consumption for ofputil_flow_mod, using minimatch.Ben Pfaff2018-03-311-33/+56
* ofp-print: Move much of the printing code into message-specific files.Ben Pfaff2018-03-141-0/+257
* ofp-flow: Move parse_ofp_flow_mod_str() into correct file.Ben Pfaff2018-03-141-0/+30
* ofp-protocol: Better abstract changing the protocol used for flow matches.Ben Pfaff2018-03-141-71/+1
* ofp-flow: Fix return value for ofputil_decode_flow_stats_reply().Ben Pfaff2018-02-131-16/+20
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-0/+1622