]> git.puffer.fish Git - matthieu/frr.git/commit
lib: don't disable "log file" on "log syslog"
authorDavid Lamparter <equinox@diac24.net>
Thu, 24 Jan 2019 17:59:03 +0000 (18:59 +0100)
committerDavid Lamparter <equinox@diac24.net>
Thu, 24 Jan 2019 18:06:00 +0000 (19:06 +0100)
commitd4160947d9e7c17de32f950212b6a5a5e536bf27
tree84daf86d7cd844d190ed1ba23b6ee37a57981a6d
parentc8d3e7955417ac882dd9b078011c52ee97c3577a
lib: don't disable "log file" on "log syslog"

FRR log targets are independent, so "log syslog" must not disable
"log file" output.

Fixes: #3551
Fixes: 0204baa87630b210c71d9ae0e2569cff0fb0539b
Signed-off-by: David Lamparter <equinox@diac24.net>
lib/command.c