]> git.puffer.fish Git - matthieu/frr.git/commitdiff
ospf6d: Fix the cli parsing
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 14 Sep 2017 20:02:18 +0000 (16:02 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 14 Sep 2017 20:03:37 +0000 (16:03 -0400)
We were not properly positioning get_argv command.

Fixes: #1182
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
ospf6d/ospf6d.c

index 84a56fb505a46891e099c09a048ac104a0893423..d28d9dd06417010f54e60b9add8fe9d543f7cdfe 100644 (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;