vswitch: Implement bundle action.
authorEthan Jackson <ethan@nicira.com>
Sat, 11 Jun 2011 00:45:45 +0000 (17:45 -0700)
committerEthan Jackson <ethan@nicira.com>
Tue, 19 Jul 2011 18:34:26 +0000 (11:34 -0700)
commitdaff3353a0dcb6db7c1468e442f95ae22d335e88
treea7469efa1f1de5e1042a315e8f2850898fb17f35
parent774101397b17d90988046fc568d3f5f5520fbd67
vswitch: Implement bundle action.

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.
16 files changed:
include/openflow/nicira-ext.h
lib/automake.mk
lib/bundle.c [new file with mode: 0644]
lib/bundle.h [new file with mode: 0644]
lib/ofp-parse.c
lib/ofp-print.c
lib/ofp-util.c
lib/ofp-util.h
ofproto/ofproto-dpif.c
tests/.gitignore
tests/automake.mk
tests/bundle.at [new file with mode: 0644]
tests/ovs-ofctl.at
tests/test-bundle.c [new file with mode: 0644]
tests/testsuite.at
utilities/ovs-ofctl.8.in