]> git.proxmox.com Git - mirror_frr.git/commit - babeld/babel_filter.c
babeld: Fix filtering against all interfaces
authorYuxiang Zhu <vfreex@gmail.com>
Sat, 4 Feb 2023 17:20:43 +0000 (17:20 +0000)
committerYuxiang Zhu <vfreex@gmail.com>
Mon, 6 Feb 2023 11:08:25 +0000 (11:08 +0000)
commit0f9650ca955d4c9a5c3d9de72a9306cb429079f2
tree848590be4e9b5424c423cec0ace862e53e67ee9d
parent51c48bdefdaabe957b9eac462e19593df8de51a4
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>
babeld/babel_filter.c