diff mbox series

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

Message ID 20201026181626.1827014-2-blp@ovn.org
State Accepted
Headers show
Series [ovs-dev,1/7] northd: Count mask length and priority correctly for IPv6 addresses. | expand

Commit Message

Ben Pfaff Oct. 26, 2020, 6:16 p.m. UTC
Signed-off-by: Ben Pfaff <blp@ovn.org>
Fixes: fc79d690b9e5 ("External IP based NAT: NORTHD changes to use allowed/exempted external ip")
---
 northd/ovn-northd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Numan Siddique Oct. 27, 2020, 3:28 p.m. UTC | #1
On Mon, Oct 26, 2020 at 11:46 PM Ben Pfaff <blp@ovn.org> wrote:
>
> Signed-off-by: Ben Pfaff <blp@ovn.org>
> Fixes: fc79d690b9e5 ("External IP based NAT: NORTHD changes to use allowed/exempted external ip")

Acked-by: Numan Siddique <numans@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@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
diff mbox series

Patch

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;