mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-05 14:38:10 +00:00
bgpd: actually set maxpaths
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
4c9dee9878
commit
c59f2066b6
@ -1018,7 +1018,7 @@ bgp_maxpaths_config_vty (struct vty *vty, int peer_type, const char *mpaths,
|
||||
|
||||
if (set)
|
||||
{
|
||||
strtol(mpaths, NULL, 10);
|
||||
maxpaths = strtol(mpaths, NULL, 10);
|
||||
ret = bgp_maximum_paths_set (bgp, afi, safi, peer_type, maxpaths, options);
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user