On Tue, Jun 18, 2024 at 3:01 PM Dumitru Ceara <[email protected]> wrote: > > Fixes: 5f0809be5657 ("Revert "northd: Don't skip transit switch LSP when > creating mcast groups."") > Signed-off-by: Dumitru Ceara <[email protected]>
Acked-by: Numan Siddique <[email protected]> I think it's better to update the commit message that it is for branch-23.09 only. wdyt ? Numan > --- > northd/northd.c | 6 ------ > 1 file changed, 6 deletions(-) > > diff --git a/northd/northd.c b/northd/northd.c > index 60f692aff3..2873a9bc48 100644 > --- a/northd/northd.c > +++ b/northd/northd.c > @@ -806,12 +806,6 @@ ovn_datapath_is_stale(const struct ovn_datapath *od) > return !od->nbr && !od->nbs; > } > > -static inline bool > -ovn_datapath_is_transit_switch(const struct ovn_datapath *od) > -{ > - return od->tunnel_key >= OVN_MIN_DP_KEY_GLOBAL; > -} > - > static struct ovn_datapath * > ovn_datapath_from_sbrec(const struct hmap *ls_datapaths, > const struct hmap *lr_datapaths, > -- > 2.44.0 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
