]> git.puffer.fish Git - mirror/frr.git/commit
zebra: add RTM_xxxCHAIN message codes, ignore 14581/head
authorMark Stapp <mjs@labn.net>
Thu, 12 Oct 2023 13:59:44 +0000 (09:59 -0400)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Thu, 12 Oct 2023 19:59:21 +0000 (19:59 +0000)
commita32e39da2de46fd1816a5e4833e74212fb97fcf0
treef9022260d0a6f2348d0314913fc04f8b8ef6f941
parentbbad836f51b3ad2cbe3753b8c91667d6442c36ba
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>
(cherry picked from commit 620daa36c5a757a96b6d0ed97e350d00b721cc48)
zebra/kernel_netlink.c