]> git.puffer.fish Git - mirror/frr.git/commit
zebra: ignore iprule requests for unsupported actions 14377/head
authorMark Stapp <mjs@labn.net>
Fri, 8 Sep 2023 14:23:20 +0000 (10:23 -0400)
committerMark Stapp <mjs@labn.net>
Fri, 8 Sep 2023 14:23:20 +0000 (10:23 -0400)
commit7aabdc677aa3b5b5118113da0e41f7ec40985785
tree6170009032057c5290d975ce79346d3c799b118c
parent58201b3d635f5d38975f5126473685c377c62c23
zebra: ignore iprule requests for unsupported actions

Only attempt to install in netlink iprules that include supported
actions; ignore requests with actions that aren't supported by
netlink.

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