Jiri Pirko <jiri@xxxxxxxxxxx> writes: > Thu, Aug 24, 2023 at 01:20:02PM CEST, donald.hunter@xxxxxxxxx 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. I added the values when I generated some of the spec contents from btftool output and they were helpful for visual lookup when I was working on the spec. I can remove them. >>+ - >>+ name: ifname >>+ type: string >>+ value: 3 > > [...]