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. >+ - >+ name: ifname >+ type: string >+ value: 3 [...]