]> git.proxmox.com Git - mirror_frr.git/commit - zebra/rule_netlink.c
zebra: Silently ignore afi 128/129 for rules
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 17 Jul 2020 00:57:14 +0000 (20:57 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 17 Jul 2020 00:59:33 +0000 (20:59 -0400)
commitdfbe3a2bd3756add95e67737adade22200f5668e
treecaa63b670bc7cd67b32a358150b6d59868309a87
parent721026f68c9140433c78b1ad57692a36dabf7d74
zebra: Silently ignore afi 128/129 for rules

We do not need to know anything about rules in afi 128/129
at this point in time.  Just note it with a zebra kernel
debug and move on.  This is not something that a operator
can do anything with and at this point in time FRR
does not care.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/rule_netlink.c