On Wed, Sep 14, 2011 at 5:55 PM, Ethan Jackson <et...@nicira.com> wrote: > diff --git a/include/openvswitch/datapath-protocol.h > b/include/openvswitch/datapath-protocol.h > index 5687792..e2fa578 100644 > --- a/include/openvswitch/datapath-protocol.h > +++ b/include/openvswitch/datapath-protocol.h > @@ -202,6 +202,7 @@ enum ovs_vport_type { > > #define OVS_VPORT_FAMILY "ovs_vport" > #define OVS_VPORT_MCGROUP "ovs_vport" > +#define OVS_VPORT_MCGROUP_FALLBACK_ID 214
This looks mostly good but I'd really like to avoid putting compatibility code in the main datapath-protocol.h interface file. None of the other files look particularly appropriate, so maybe we need a new datapath-compat header. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev