On Wed, Feb 26, 2025 at 10:40:38AM +0000, MJ Ponsonby wrote:
> Corrects the spelling in one of the log messages for dynamic routing.
> 
> Signed-off-by: MJ Ponsonby <mj.ponso...@canonical.com>

Acked-by: Felix Huettner <felix.huettner@stackit.cloud>

> ---
>  northd/northd.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/northd/northd.c b/northd/northd.c
> index a91e48ac2..61b6b2891 100644
> --- a/northd/northd.c
> +++ b/northd/northd.c
> @@ -858,7 +858,7 @@ parse_dynamic_routing_redistribute(
>          }
>          static struct vlog_rate_limit rl = VLOG_RATE_LIMIT_INIT(5, 1);
>          VLOG_WARN_RL(&rl,
> -                     "unkown dynamic-routing-redistribute option '%s' on %s",
> +                     "unknown dynamic-routing-redistribute option '%s' on 
> %s",
>                       token, nb_entity_name);
>      }
>  
> -- 
> 2.43.0
> 
> _______________________________________________
> dev mailing list
> d...@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to