zebra: use correct cmd index for 'no ipv6 route' command

Signed-off-by: Christian Franke <chris@opensourcerouting.org>
This commit is contained in:
Christian Franke 2016-12-05 19:52:05 +01:00 committed by Christian Franke
parent 74d57f5a1f
commit 6fa4ca0669

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