From: Donald Sharp Date: Thu, 14 Sep 2017 20:02:18 +0000 (-0400) Subject: ospf6d: Fix the cli parsing X-Git-Tag: frr-4.0-dev~304^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F1183%2Fhead;p=mirror%2Ffrr.git ospf6d: Fix the cli parsing We were not properly positioning get_argv command. Fixes: #1182 Signed-off-by: Donald Sharp --- diff --git a/ospf6d/ospf6d.c b/ospf6d/ospf6d.c index 84a56fb505..d28d9dd064 100644 --- a/ospf6d/ospf6d.c +++ b/ospf6d/ospf6d.c @@ -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;