mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 10:49:24 +00:00
ospfd: Fix typo in retransmit-interval arg parsing
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
537eae3f28
commit
47b91972ad
@ -7032,7 +7032,7 @@ DEFUN (no_ip_ospf_retransmit_interval,
|
||||
ifp = vty->index;
|
||||
params = IF_DEF_PARAMS (ifp);
|
||||
|
||||
if (argv_find (argv, argc, "(3-65535)", &idx))
|
||||
if (argv_find (argv, argc, "A.B.C.D", &idx))
|
||||
{
|
||||
if (!inet_aton(argv[idx]->arg, &addr))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user