]> git.puffer.fish Git - mirror/frr.git/commit
vtysh: remove extraneous newline 10981/head
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 7 Apr 2022 12:44:23 +0000 (14:44 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 7 Apr 2022 15:55:35 +0000 (17:55 +0200)
commitedae23ff58a69f811ab85ce6f461edefbd73cc52
treed8d400cae592f7b2f3b3eabd12e38d825423c509
parent5451fbc1922a5164125ac4680ff44b15171123ae
vtysh: remove extraneous newline

vtysh_client_execute() expects just a string without a newline; the
newline is passed through and ends up in logging output where newlines
are not quite wanted.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
vtysh/vtysh.c