]> git.puffer.fish Git - matthieu/frr.git/commit
babeld: Fix filtering against all interfaces
authorYuxiang Zhu <vfreex@gmail.com>
Sat, 4 Feb 2023 17:20:43 +0000 (17:20 +0000)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Mon, 6 Feb 2023 13:25:50 +0000 (13:25 +0000)
commit59d91332b9f0cfaa535f39e14520eb6fc44e8f08
tree15a250131a9f1f9879b52231e56530d6f3a8ea2d
parentc362f673bae8c7e0735da7d6a922d6a5996a8c21
babeld: Fix filtering against all interfaces

The first argument of `access_list_lookup` and `prefix_list_lookup`
should be `AFI_` constants instead of `AF_` constants.

Signed-off-by: Yuxiang Zhu <vfreex@gmail.com>
(cherry picked from commit 0f9650ca955d4c9a5c3d9de72a9306cb429079f2)
babeld/babel_filter.c