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:
Donald Sharp 2017-09-14 16:02:18 -04:00
parent ab0f1135b5
commit 2026b8afac

View file

@ -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;