Skip to content

Commit 9adcac6

Browse files
donaldhkuba-moo
authored andcommitted
netlink: specs: Add missing bridge linkinfo attrs
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: ddd1ad6 ("net: bridge: Add netlink knobs for number / max learned FDB entries") Signed-off-by: Donald Hunter <[email protected]> Acked-by: Nikolay Aleksandrov <[email protected]> Reviewed-by: Jacob Keller <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent d8cac85 commit 9adcac6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Documentation/netlink/specs/rt_link.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,6 +1144,12 @@ attribute-sets:
11441144
-
11451145
name: mcast-querier-state
11461146
type: binary
1147+
-
1148+
name: fdb-n-learned
1149+
type: u32
1150+
-
1151+
name: fdb-max-learned
1152+
type: u32
11471153
-
11481154
name: linkinfo-brport-attrs
11491155
name-prefix: ifla-brport-

0 commit comments

Comments
 (0)