diff --git a/zebra/zebra_vty.c b/zebra/zebra_vty.c index 05356b3d0a..b9ed979cdc 100644 --- a/zebra/zebra_vty.c +++ b/zebra/zebra_vty.c @@ -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;