mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 09:00:55 +00:00
zebra: use correct cmd index for 'no ipv6 route' command
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
This commit is contained in:
parent
74d57f5a1f
commit
6fa4ca0669
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user