bundle: Implement NX_BD_ALG_ACTIVE_BACKUP.
authorEthan Jackson <ethan@nicira.com>
Mon, 18 Jul 2011 20:50:26 +0000 (13:50 -0700)
committerEthan Jackson <ethan@nicira.com>
Sat, 23 Jul 2011 00:46:48 +0000 (17:46 -0700)
commit04a85497b994b0cb1c702d4ff8b0d2149767ae0e
tree67ab0f3d329a37c7fe8a85c17bace9aa1c33dd4d
parent43edca5717cf389eb87850abbf30efc738049921
bundle: Implement NX_BD_ALG_ACTIVE_BACKUP.

I don't expect this bundling algorithm to be particularly useful in
software switches.  However, hardware switches will probably only
support this bundling algorithm, so it's implemented here as an
example and a reference.
lib/bundle.c
tests/bundle.at
tests/test-bundle.c