diff options
Diffstat (limited to 'Documentation/netlink/specs/rt_link.yaml')
| -rw-r--r-- | Documentation/netlink/specs/rt_link.yaml | 20 | 
1 files changed, 13 insertions, 7 deletions
| diff --git a/Documentation/netlink/specs/rt_link.yaml b/Documentation/netlink/specs/rt_link.yaml index 31238455f8e9..6b9d5ee87d93 100644 --- a/Documentation/netlink/specs/rt_link.yaml +++ b/Documentation/netlink/specs/rt_link.yaml @@ -1113,11 +1113,10 @@ attribute-sets:        -          name: prop-list          type: nest -        nested-attributes: link-attrs +        nested-attributes: prop-list-link-attrs        -          name: alt-ifname          type: string -        multi-attr: true        -          name: perm-address          type: binary @@ -1164,6 +1163,13 @@ attribute-sets:          name: netns-immutable          type: u8    - +    name: prop-list-link-attrs +    subset-of: link-attrs +    attributes: +      - +        name: alt-ifname +        multi-attr: true +  -      name: af-spec-attrs      attributes:        - @@ -1585,7 +1591,7 @@ attribute-sets:          name: nf-call-iptables          type: u8        - -        name: nf-call-ip6-tables +        name: nf-call-ip6tables          type: u8        -          name: nf-call-arptables @@ -2077,7 +2083,7 @@ attribute-sets:          name: id          type: u16        - -        name: flag +        name: flags          type: binary          struct: ifla-vlan-flags        - @@ -2165,7 +2171,7 @@ attribute-sets:          type: binary          struct: ifla-cacheinfo        - -        name: icmp6-stats +        name: icmp6stats          type: binary          struct: ifla-icmp6-stats        - @@ -2179,9 +2185,10 @@ attribute-sets:          type: u32    -      name: mctp-attrs +    name-prefix: ifla-mctp-      attributes:        - -        name: mctp-net +        name: net          type: u32        -          name: phys-binding @@ -2453,7 +2460,6 @@ operations:              - min-mtu              - max-mtu              - prop-list -            - alt-ifname              - perm-address              - proto-down-reason              - parent-dev-name | 
