summaryrefslogtreecommitdiff
path: root/lib/bundle.c
Commit message (Collapse)AuthorAgeFilesLines
...
* bundle: Treat slave_type properly as 32-bit value.Ben Pfaff2011-07-201-4/+5
| | | | Found by sparse.
* vswitch: Implement bundle action.Ethan Jackson2011-07-191-0/+256
This patch creates a new action called "bundle". Bundles are a way to implement a simple form of multipath in OpenFlow by grouping several ports in a single output-like action.