mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-12 11:18:59 +00:00
bgpd: spelling
This commit is contained in:
parent
71008de7c8
commit
6787978cc8
@ -3705,7 +3705,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