mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 01:37:53 +00:00
vtysh: throw mark output on stdout, not stderr
Why is this on stderr... Signed-off-by: David Lamparter <equinox@diac24.net>
This commit is contained in:
parent
eeec40ba69
commit
812f088032
@ -707,7 +707,7 @@ int vtysh_mark_file(const char *filename)
|
|||||||
}
|
}
|
||||||
|
|
||||||
vty = vty_new();
|
vty = vty_new();
|
||||||
vty->wfd = STDERR_FILENO;
|
vty->wfd = STDOUT_FILENO;
|
||||||
vty->type = VTY_TERM;
|
vty->type = VTY_TERM;
|
||||||
vty->node = CONFIG_NODE;
|
vty->node = CONFIG_NODE;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user