diff options
Diffstat (limited to 'zebra/zebra_nb_config.c')
| -rw-r--r-- | zebra/zebra_nb_config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_nb_config.c b/zebra/zebra_nb_config.c index f5a85519bb..df95770307 100644 --- a/zebra/zebra_nb_config.c +++ b/zebra/zebra_nb_config.c @@ -1552,7 +1552,7 @@ int lib_route_map_entry_set_action_source_v4_modify( } if (pif == NULL) { snprintf(args->errmsg, args->errmsg_len, - "is not a local adddress: %s", + "is not a local address: %s", yang_dnode_get_string(args->dnode, NULL)); return NB_ERR_VALIDATION; } |
