vswitchd: Use wdp instead of xfif interface from bridge code.
authorBen Pfaff <blp@nicira.com>
Sun, 6 Feb 2011 04:58:12 +0000 (20:58 -0800)
committerBen Pfaff <blp@nicira.com>
Sun, 6 Feb 2011 04:58:12 +0000 (20:58 -0800)
commitbc3167f128e093f6c4cdcb967d087562eaf3382b
treeb43f069333f6e32da0287bee94769281c46b5755
parentfbb55f2500dcc235828bf6f9a8319c14cc07fd10
vswitchd: Use wdp instead of xfif interface from bridge code.

Part of the point of the wdp branch is to use the high-level wdp interface
where it makes sense.  But until now this hasn't been extended to the
bridge code.  This commit fixes that.

There are still some references to xflow inside this file that need to be
looked at.
ofproto/ofproto.c
ofproto/ofproto.h
vswitchd/bridge.c