[ovs-dev] [PATCH ovn 2/7] northd: Add missing space in log message.

Numan Siddique numans at ovn.org
Tue Oct 27 15:28:46 UTC 2020


On Mon, Oct 26, 2020 at 11:46 PM Ben Pfaff <blp at ovn.org> wrote:
>
> Signed-off-by: Ben Pfaff <blp at ovn.org>
> Fixes: fc79d690b9e5 ("External IP based NAT: NORTHD changes to use allowed/exempted external ip")

Acked-by: Numan Siddique <numans at ovn.org>

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
> dev at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>


More information about the dev mailing list