]> git.proxmox.com Git - mirror_frr.git/commit
zebra: add xxxNETCONF messages to the netlink BPF filter
authorMark Stapp <mstapp@nvidia.com>
Mon, 18 Oct 2021 15:55:24 +0000 (11:55 -0400)
committerMark Stapp <mstapp@nvidia.com>
Fri, 25 Feb 2022 14:53:02 +0000 (09:53 -0500)
commit9f3f1486c8add83ee71a7dd73096e77dfd357a1f
tree4f642a081ff195e63a6025554232582d8b0a20ea
parent777f96503e434f3d466ecf97b374cd10ed27d944
zebra: add xxxNETCONF messages to the netlink BPF filter

Allow self-produced xxxNETCONF netlink messages through the BPF
filter we use. Just like address-configuration actions, we'll
process NETCONF changes in one path, whether the changes were
generated by zebra or by something else in the host OS.

Signed-off-by: Mark Stapp <mstapp@nvidia.com>
zebra/kernel_netlink.c