]> git.puffer.fish Git - mirror/frr.git/commit
lib: Modify zlog_warn to vty_out
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 20 Aug 2018 14:47:00 +0000 (10:47 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 6 Sep 2018 20:50:58 +0000 (20:50 +0000)
commit0e411ce68160c3896d3b6f58906697e8eec7874c
tree974921f104510136a02a162655b09e9e67f954f9
parent0351a28f2a14f542cf20088f2794d0c4144a3cc3
lib: Modify zlog_warn to vty_out

The vty_prefix_list_install function was modifying the prefix to match the
specified prefix length and warning in the log file.  Modify
code to use zlog_info as that a warn implies that something has
gone terribly wrong.  Additionally display to the terminal as
well so that user can get immediate feedback from something
that they can correct.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/plist.c