mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-02-01 16:49:01 +00:00
Merge branch 'fixes/command'
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
commit
04cb240868
@ -1329,9 +1329,8 @@ DEFUN (config_write,
|
||||
struct vty *file_vty;
|
||||
struct stat conf_stat;
|
||||
|
||||
// if command was 'write terminal', 'write memory' or 'show running-config'
|
||||
// if command was 'write terminal' or 'show running-config'
|
||||
if (argc == 2 && (!strcmp(argv[idx_type]->text, "terminal") ||
|
||||
!strcmp(argv[idx_type]->text, "memory") ||
|
||||
!strcmp(argv[0]->text, "show")))
|
||||
{
|
||||
if (vty->type == VTY_SHELL_SERV)
|
||||
|
||||
@ -2788,7 +2788,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