]> git.puffer.fish Git - mirror/frr.git/commit
vtysh: "Command incomplete: log syslog" 395/head 400/head
authorDaniel Walton <dwalton@cumulusnetworks.com>
Mon, 24 Apr 2017 18:22:29 +0000 (18:22 +0000)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Mon, 24 Apr 2017 18:22:29 +0000 (18:22 +0000)
commit27821f6a5a1d469e878dc4d35a87475c6643141f
tree2266edec1fe811514f96f25dd46f40a1e326b8e1
parentb3cfe637a66a5de00c72125f5fa051155ccb4a29
vtysh: "Command incomplete: log syslog"

Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Before
======
root@spine-1[~]# cat /etc/frr/frr.conf
no log monitor
!
service integrated-vtysh-config
!
log syslog
!
log syslog informational
!
line vty
!
root@spine-1[~]#
root@spine-1[~]# vtysh -m -f /etc/frr/frr.conf
no log monitor
!
service integrated-vtysh-config
!
line 5: % Command incomplete: log syslog

root@spine-1[~]#

After
=====
root@spine-1[~]# vtysh -m -f /etc/frr/frr.conf
no log monitor
!
service integrated-vtysh-config
!
log syslog
!
log syslog informational
!
line vty
!
end
root@spine-1[~]#
vtysh/vtysh.c