Re: [PATCH net-next v5 11/12] doc/netlink: Add spec for rt link messages
From: Jiri Pirko <jiri@resnulli.us>
Date: 2023-08-24 16:47:41
Also in:
linux-doc
From: Jiri Pirko <jiri@resnulli.us>
Date: 2023-08-24 16:47:41
Also in:
linux-doc
Thu, Aug 24, 2023 at 01:20:02PM CEST, donald.hunter@gmail.com wrote: [...]
+attribute-sets: + - + name: link-attrs + name-prefix: ifla- + attributes: + - + name: address + type: binary + display-hint: mac + value: 1 + - + name: broadcast + type: binary + display-hint: mac + value: 2
Why do you specify value here? In general, it is not needed if it is the prev+1.
+ - + name: ifname + type: string + value: 3
[...]