mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-11 18:39:54 +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)
|
||||
return CMD_WARNING;
|
||||
|
||||
VTY_GET_INTEGER ("maxmum number", max, num_str);
|
||||
VTY_GET_INTEGER ("maximum number", max, num_str);
|
||||
if (threshold_str)
|
||||
threshold = atoi (threshold_str);
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user