]> git.proxmox.com Git - mirror_frr.git/commit
lib: fix route map generic error output
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Mon, 30 Sep 2019 18:02:15 +0000 (15:02 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Tue, 4 Feb 2020 17:05:43 +0000 (14:05 -0300)
commita162869ef0798ef98d756238c6b89108a69f5a5d
tree3d7db4d62046890309f0d87375ba776f59a764e2
parenta513824c343971e51603471948c958430b602371
lib: fix route map generic error output

Two fixes here:

*   Don't attempt to use `vty` pointer in vty;
*   When `vty` is unavailable output to log;

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
lib/routemap.c