Restore ovs-vswitchd VLAN, mirror, bonding, QoS features ("xflow" only).
authorBen Pfaff <blp@nicira.com>
Mon, 12 Jul 2010 17:42:56 +0000 (10:42 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 12 Jul 2010 17:42:56 +0000 (10:42 -0700)
commitb79520fe41a66aadb6e516d40a79781f5d079a8d
tree68c9194645822de37ce436b61e26ff67e6e4c90c
parent865a4dbd2e9e3ad28311a4bd0570659c8bd2dbe4
Restore ovs-vswitchd VLAN, mirror, bonding, QoS features ("xflow" only).

The OVS restructuring from "master" to "wdp" unfortunately left behind a
of features that were implemented by ovs-vswitchd (rather than ofproto).
This commit starts to add them back in.  They are still not implemented
the "right way", because unfortunately that will require more time, but
they will work specifically with the wdp-xflow backend.

The netflow and sflow features need more work.
ofproto/ofproto.c
ofproto/ofproto.h
ofproto/wdp-provider.h
ofproto/wdp-xflow.c
ofproto/wdp.c
ofproto/wdp.h
vswitchd/bridge.c