]> git.proxmox.com Git - mirror_frr.git/commitdiff
zebra: use correct cmd index for 'no ipv6 route' command
authorChristian Franke <nobody@nowhere.ws>
Mon, 5 Dec 2016 18:52:05 +0000 (19:52 +0100)
committerChristian Franke <chris@opensourcerouting.org>
Mon, 5 Dec 2016 18:52:55 +0000 (19:52 +0100)
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
zebra/zebra_vty.c

index 05356b3d0a67a4f1517748e524de8caeb0601137..b9ed979cdc8cf2909ac8738dfa3fca05206deb6f 100644 (file)
@@ -2786,7 +2786,7 @@ DEFUN (no_ipv6_route_flags,
   int idx_ipv6_prefixlen = 3;
   int idx_ipv6_ifname = 4;
   int idx_reject_blackhole = 5;
-  int idx_curr = 5;
+  int idx_curr = 6;
   char *tag, *distance, *vrf;
 
   tag = distance = vrf = NULL;