mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 16:04:49 +00:00
staticd: fix spelling in an error message
whitespace change to fix a typo.
Signed-off-by: Mark Stapp <mstapp@nvidia.com>
(cherry picked from commit 423e32cb01
)
This commit is contained in:
parent
a8adcc6d9b
commit
0a8d3ad5f8
@ -169,7 +169,7 @@ static bool static_nexthop_create(struct nb_cb_create_args *args)
|
|||||||
if (iter.blackhole && iter.count > 1) {
|
if (iter.blackhole && iter.count > 1) {
|
||||||
snprintf(
|
snprintf(
|
||||||
args->errmsg, args->errmsg_len,
|
args->errmsg, args->errmsg_len,
|
||||||
"Route can not have blackhole and non-blackhole nexthops simultaneously");
|
"Route cannot have blackhole and non-blackhole nexthops simultaneously");
|
||||||
return NB_ERR_VALIDATION;
|
return NB_ERR_VALIDATION;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user