ofproto: Move bond files to ofproto
authorAndy Zhou <azhou@nicira.com>
Fri, 6 Dec 2013 21:27:26 +0000 (13:27 -0800)
committerAndy Zhou <azhou@nicira.com>
Fri, 6 Dec 2013 23:04:14 +0000 (15:04 -0800)
commit9a54394ac99e955cf23d8b45cc75ae08316a50f8
tree5d348d746629d3adb4c04160c448351e15eeba55
parentd22d7ed076d29dadca431d1785f8acc4c33f2b5c
ofproto: Move bond files to ofproto

Relocating bond.[ch] to allow bond.c to make ofproto calls.
This is needed for upcoming patches that enable megaflow support
for bond ports.

Signed-off-by: Andy Zhou <azhou@nicira.com>
PORTING
lib/automake.mk
ofproto/automake.mk
ofproto/bond.c [moved from lib/bond.c with 100% similarity]
ofproto/bond.h [moved from lib/bond.h with 100% similarity]
vswitchd/bridge.c