On Mon, Oct 26, 2020 at 11:47 PM Ben Pfaff <[email protected]> wrote: > > This is called twice within a few lines of code. > > Signed-off-by: Ben Pfaff <[email protected]>
Acked-by: Numan Siddique <[email protected]> Thanks Numan > --- > northd/ovn-northd.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/northd/ovn-northd.c b/northd/ovn-northd.c > index e69845fbb219..f25f5cd82f39 100644 > --- a/northd/ovn-northd.c > +++ b/northd/ovn-northd.c > @@ -10223,7 +10223,6 @@ build_ND_RA_flows_for_lrouter_port( > } > smap_add(&options, "ipv6_prefix_delegation", > prefix_delegation ? "true" : "false"); > - sbrec_port_binding_set_options(op->sb, &options); > > bool ipv6_prefix = smap_get_bool(&op->nbrp->options, > "prefix", false); > -- > 2.26.2 > > _______________________________________________ > 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
