mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-02 01:01:35 +00:00
staticd: fix spelling in an error message
whitespace change to fix a typo. Signed-off-by: Mark Stapp <mstapp@nvidia.com>
This commit is contained in:
parent
cc8910fdc5
commit
423e32cb01
@ -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