summaryrefslogtreecommitdiff
path: root/lib/bundle.h
Commit message (Expand)AuthorAgeFilesLines
* Eliminate use of term "slave" in bond, LACP, and bundle contexts.Ben Pfaff2020-10-211-2/+2
* sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-221-0/+2
* Support accepting and displaying port names in OVS tools.Ben Pfaff2017-05-311-4/+8
* 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-2/+2
* ofp-actions: Centralize all OpenFlow action code for maintainability.Ben Pfaff2014-08-111-4/+3
* ofp-parse: Do not exit() upon a parse error.Ben Pfaff2013-07-081-3/+5
* Create specific types for ofp and odp portAlex Wang2013-06-201-3/+3
* ofproto-dpif: Store relevant fields for wildcarding in facet.Justin Pettit2013-06-111-0/+2
* Introduce ofpacts, an abstraction of OpenFlow actions.Ben Pfaff2012-07-031-16/+10
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* Better abstract OpenFlow error codes.Ben Pfaff2012-01-121-2/+3
* bundle: New action "bundle_load".Ethan Jackson2011-07-221-1/+6
* vswitch: Implement bundle action.Ethan Jackson2011-07-191-0/+49