On 2/10/23 10:24, Ales Musil wrote: > The en_northd_output does not produce any output and > server as "dummy" to avoid run of multiple engines. > Move en_mac_binding_aging under this node, because > mac_binding_aging does not have any dependency. > > Signed-off-by: Ales Musil <[email protected]> > ---
[...] > diff --git a/northd/inc-proc-northd.c b/northd/inc-proc-northd.c > index d23993a55..1c8550df5 100644 > --- a/northd/inc-proc-northd.c > +++ b/northd/inc-proc-northd.c > @@ -236,9 +236,6 @@ void inc_proc_northd_init(struct ovsdb_idl_loop *nb, > engine_add_input(&en_lflow, &en_sb_multicast_group, NULL); > engine_add_input(&en_lflow, &en_sb_igmp_group, NULL); > engine_add_input(&en_lflow, &en_northd, NULL); > - /* XXX: The "en_mac_binding_aging" should be separate "root" node > - * once I-P engine allows multiple root nodes. */ Nice to see TODOs going away! Acked-by: Dumitru Ceara <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
