]> git.puffer.fish Git - matthieu/frr.git/commit
lib: show prefix error message on command failure
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Thu, 13 Aug 2020 22:59:47 +0000 (19:59 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Thu, 13 Aug 2020 22:59:47 +0000 (19:59 -0300)
commit8bc38cbd9a159eeb79e67064db6bcfdcd975ff42
treed46c98f9da87b57e3d613257925bbe7794be40f4
parentff35d21a1c2a32c27c559419f55cbef8917ce13e
lib: show prefix error message on command failure

Use `args->errmsg` instead of just `zlog_info` for registering the error
so the users don't need to check their log files.

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