]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
netlink: specs: Add missing bridge linkinfo attrs
authorDonald Hunter <donald.hunter@gmail.com>
Fri, 3 May 2024 16:43:04 +0000 (17:43 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 May 2024 10:14:53 +0000 (12:14 +0200)
commit310e6386ee904d518006c30414f459edcbf2ceb9
treef42bd1615aa8df1f80cf5c207069c860815d3e9c
parent9a77226440008cf04ba68faf641a2d50f4998137
netlink: specs: Add missing bridge linkinfo attrs

[ Upstream commit 9adcac6506185dd1a727f1784b89f30cd217ef7e ]

Attributes for FDB learned entries were added to the if_link netlink api
for bridge linkinfo but are missing from the rt_link.yaml spec. Add the
missing attributes to the spec.

Fixes: ddd1ad68826d ("net: bridge: Add netlink knobs for number / max learned FDB entries")
Signed-off-by: Donald Hunter <donald.hunter@gmail.com>
Acked-by: Nikolay Aleksandrov <razor@blackwall.org>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Link: https://lore.kernel.org/r/20240503164304.87427-1-donald.hunter@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Documentation/netlink/specs/rt_link.yaml