]> www.infradead.org Git - users/jedix/linux-maple.git/commit
netlink: specs: rt-link: make bond's ipv6 address attribute fixed size
authorJakub Kicinski <kuba@kernel.org>
Fri, 18 Apr 2025 02:17:01 +0000 (19:17 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 23 Apr 2025 23:07:16 +0000 (16:07 -0700)
commit1c224f19ff06e59fb4079f3b26532dbd3b537b1e
treed6ee282f05b228867f1c955905ba2ee255faff2e
parente6e1f53f0283d2213dba95dbaa82c3978718245a
netlink: specs: rt-link: make bond's ipv6 address attribute fixed size

ns-ip6-target is an indexed-array. Codegen for variable size binary
array would be a bit tedious, tell C that we know the size of these
attributes, since they are IPv6 addrs.

Reviewed-by: Donald Hunter <donald.hunter@gmail.com>
Link: https://patch.msgid.link/20250418021706.1967583-8-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/netlink/specs/rt-link.yaml