On Mon, Oct 26, 2020 at 11:46 PM Ben Pfaff <[email protected]> wrote: > > Signed-off-by: Ben Pfaff <[email protected]> > Fixes: fc79d690b9e5 ("External IP based NAT: NORTHD changes to use > allowed/exempted external ip")
Acked-by: Numan Siddique <[email protected]> Thanks Numan > --- > northd/ovn-northd.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/northd/ovn-northd.c b/northd/ovn-northd.c > index d677f357f5d0..4457cdc2d392 100644 > --- a/northd/ovn-northd.c > +++ b/northd/ovn-northd.c > @@ -9276,7 +9276,7 @@ build_lrouter_flows(struct hmap *datapaths, struct hmap > *ports, > > if (allowed_ext_ips && exempted_ext_ips) { > static struct vlog_rate_limit rl = VLOG_RATE_LIMIT_INIT(1, > 1); > - VLOG_WARN_RL(&rl, "NAT rule: "UUID_FMT" not applied, since" > + VLOG_WARN_RL(&rl, "NAT rule: "UUID_FMT" not applied, since " > "both allowed and exempt external ips set", > UUID_ARGS(&(nat->header_.uuid))); > continue; > -- > 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
