Skip to content

Commit 540201c

Browse files
committed
netlink: specs: rtnetlink: attribute naming corrections
Some attribute names diverge in very minor ways from the C names. These are most likely typos, and they prevent the C codegen from working. Fixes: bc515ed ("netlink: specs: Add a spec for neighbor tables in rtnetlink") Fixes: b2f63d9 ("doc/netlink: Add spec for rt link messages") Reviewed-by: Donald Hunter <[email protected]> Reviewed-by: Jacob Keller <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent acf4da1 commit 540201c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Documentation/netlink/specs/rt_link.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1591,7 +1591,7 @@ attribute-sets:
15911591
name: nf-call-iptables
15921592
type: u8
15931593
-
1594-
name: nf-call-ip6-tables
1594+
name: nf-call-ip6tables
15951595
type: u8
15961596
-
15971597
name: nf-call-arptables
@@ -2083,7 +2083,7 @@ attribute-sets:
20832083
name: id
20842084
type: u16
20852085
-
2086-
name: flag
2086+
name: flags
20872087
type: binary
20882088
struct: ifla-vlan-flags
20892089
-
@@ -2171,7 +2171,7 @@ attribute-sets:
21712171
type: binary
21722172
struct: ifla-cacheinfo
21732173
-
2174-
name: icmp6-stats
2174+
name: icmp6stats
21752175
type: binary
21762176
struct: ifla-icmp6-stats
21772177
-

Documentation/netlink/specs/rt_neigh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ attribute-sets:
189189
type: binary
190190
display-hint: ipv4
191191
-
192-
name: lladr
192+
name: lladdr
193193
type: binary
194194
display-hint: mac
195195
-

0 commit comments

Comments
 (0)