]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: IIF/OIF are not used in MR RTM_GETROUTE
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 6 Jul 2022 09:23:40 +0000 (11:23 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Wed, 6 Jul 2022 09:29:56 +0000 (11:29 +0200)
commitc6a89c8ef583cc44984d6a57c976cf217d0a7583
tree58241b4655c8c475669988d61612ee11704bd4c3
parent31071fe357d59350d12f21a6295dcb8e9d20d0c6
zebra: IIF/OIF are not used in MR RTM_GETROUTE

The multicast routing RTM_GETROUTE command does not use IIF/OIF
attributes, and the IPv6 version will refuse them with an error due to
being new netlink API and thus using strict validation.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
zebra/rt_netlink.c