]> git.puffer.fish Git - matthieu/frr.git/commit
lib: fix two filter cli problems
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 1 May 2020 14:45:45 +0000 (11:45 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 5 Jun 2020 17:36:54 +0000 (14:36 -0300)
commit88b8bfdc8af8e9ea45d8b7149efd9fcc8fc2e95f
tree1778a49002f2e7352bf8158c7689c03eaa49f7b0
parent744ad1afb4f889494fb809242ae08609f0b1db68
lib: fix two filter cli problems

- Show the correct cisco style access list extended information.
- `assert` action so static analyzer doesn't complain about possible
  NULL usage.

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