mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 06:50:17 +00:00
babeld: Fix typo in hello interval command.
This commit is contained in:
parent
feb6c53eac
commit
e19ed8c451
@ -430,7 +430,7 @@ DEFUN (babel_set_hello_interval,
|
||||
struct interface *ifp;
|
||||
babel_interface_nfo *babel_ifp;
|
||||
|
||||
int interval = atoi(argv[1]);
|
||||
int interval = atoi(argv[0]);
|
||||
|
||||
ifp = vty->index;
|
||||
babel_ifp = babel_get_if_nfo(ifp);
|
||||
|
Loading…
Reference in New Issue
Block a user