]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: add RTM_xxxCHAIN message codes, ignore
authorMark Stapp <mjs@labn.net>
Thu, 12 Oct 2023 13:59:44 +0000 (09:59 -0400)
committerMark Stapp <mjs@labn.net>
Thu, 12 Oct 2023 13:59:44 +0000 (09:59 -0400)
commit620daa36c5a757a96b6d0ed97e350d00b721cc48
tree85fe72d86af04ec6389cbc4f92d81a3cc44bb474
parent9bc4d9eaec92589deda092bd867054e25e64be3f
zebra: add RTM_xxxCHAIN message codes, ignore

We may receive some xxxCHAIN netlink messages, but we ignore
them (currently). Add them to the basic handler callback so
that we don't log errors about them.

Signed-off-by: Mark Stapp <mjs@labn.net>
zebra/kernel_netlink.c