bridge: Break bonding implementation out into library.
authorBen Pfaff <blp@nicira.com>
Wed, 30 Mar 2011 18:03:16 +0000 (11:03 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 1 Apr 2011 22:52:20 +0000 (15:52 -0700)
commitf620b43af153c97420623034b18d83833bdbbe7e
tree214668d9b4bd9396df9683205b323998564fd989
parent207079c429146445a726350d401adba5f150740d
bridge: Break bonding implementation out into library.

This removes over 1000 lines of code from bridge.c and will make it
easier to moving the bonding implementation into ofproto as part of
future development.
lib/automake.mk
lib/bond.c [new file with mode: 0644]
lib/bond.h [new file with mode: 0644]
vswitchd/bridge.c