Commit e6e1f53f authored by Jakub Kicinski's avatar Jakub Kicinski
Browse files

netlink: specs: rt-link: adjust AF_ nest for C codegen



The AF nest is indexed by AF ID, so it's a bit strange,
but with minor adjustments C codegen deals with it just fine.
Entirely unclear why the names have been in quotes here.

Reviewed-by: default avatarDonald Hunter <donald.hunter@gmail.com>
Link: https://patch.msgid.link/20250418021706.1967583-7-kuba@kernel.org


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent b12b0f41
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -1188,19 +1188,21 @@ attribute-sets:
        multi-attr: true
  -
    name: af-spec-attrs
    name-prefix: af-
    attr-max-name: af-max
    attributes:
      -
        name: "inet"
        name: inet
        type: nest
        value: 2
        nested-attributes: ifla-attrs
      -
        name: "inet6"
        name: inet6
        type: nest
        value: 10
        nested-attributes: ifla6-attrs
      -
        name: "mctp"
        name: mctp
        type: nest
        value: 45
        nested-attributes: mctp-attrs