mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 14:34:22 +00:00
bgpd: spelling
This commit is contained in:
parent
7ccf5e59c1
commit
e6ec1c3648
@ -3707,7 +3707,7 @@ peer_maximum_prefix_set_vty (struct vty *vty, const char *ip_str, afi_t afi,
|
|||||||
if (! peer)
|
if (! peer)
|
||||||
return CMD_WARNING;
|
return CMD_WARNING;
|
||||||
|
|
||||||
VTY_GET_INTEGER ("maxmum number", max, num_str);
|
VTY_GET_INTEGER ("maximum number", max, num_str);
|
||||||
if (threshold_str)
|
if (threshold_str)
|
||||||
threshold = atoi (threshold_str);
|
threshold = atoi (threshold_str);
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user