On Wed, Apr 6, 2022 at 9:16 AM Dumitru Ceara <[email protected]> wrote: > > This was skipped by accident when the test was added. > > Fixes: 74d82e296f80 ("northd: Support the option to apply from-lport ACLs > after load balancer.") > Signed-off-by: Dumitru Ceara <[email protected]>
Thanks for fixing this. I applied this patch to the main branch. Numan > --- > tests/ovn-northd.at | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/ovn-northd.at b/tests/ovn-northd.at > index daa6649825..317f024f64 100644 > --- a/tests/ovn-northd.at > +++ b/tests/ovn-northd.at > @@ -6313,6 +6313,7 @@ AT_CHECK([grep -e 'lr_in_ip_routing ' lrflows | grep > -e 'igmp' -e 'mld' | sed > AT_CLEANUP > ]) > > +OVN_FOR_EACH_NORTHD([ > AT_SETUP([ACLs after lb]) > AT_KEYWORDS([acl]) > ovn_start > -- > 2.27.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
