summaryrefslogtreecommitdiff
path: root/lib/learn.h
Commit message (Expand)AuthorAgeFilesLines
* Support accepting and displaying table names in OVS tools.Ben Pfaff2018-02-011-2/+4
* Support accepting and displaying port names in OVS tools.Ben Pfaff2017-05-311-3/+7
* lib: Check match and action prerequisities with 'match'.Jarno Rajahalme2017-03-081-1/+2
* Change some old references to nicira-ext.h.Thadeu Lima de Souza Cascardo2016-09-301-1/+1
* Move lib/ofp-errors.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-1/+1
* ofp-actions: Centralize all OpenFlow action code for maintainability.Ben Pfaff2014-08-111-5/+1
* ofp-parse: Do not exit() upon a parse error.Ben Pfaff2013-07-081-2/+3
* ofproto-dpif: Store relevant fields for wildcarding in facet.Justin Pettit2013-06-111-0/+2
* Do not perform validation in learn_parse();Simon Horman2013-05-081-1/+1
* Introduce ofpacts, an abstraction of OpenFlow actions.Ben Pfaff2012-07-031-6/+11
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* Better abstract OpenFlow error codes.Ben Pfaff2012-01-121-1/+3
* Implement new "learn" action.Ben Pfaff2011-09-131-0/+38