forked from Mirror/frr
ospf6d: Fix the cli parsing
We were not properly positioning get_argv command. Fixes: #1182 Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
ab0f1135b5
commit
2026b8afac
|
@ -1098,7 +1098,7 @@ DEFUN (show_ipv6_ospf6_linkstate,
|
|||
"Specify Router ID as IPv4 address notation\n"
|
||||
"Specify Link state ID as IPv4 address notation\n")
|
||||
{
|
||||
int idx_ipv4 = 4;
|
||||
int idx_ipv4 = 5;
|
||||
struct listnode *node;
|
||||
struct ospf6_area *oa;
|
||||
|
||||
|
|
Loading…
Reference in a new issue