Commit bcec7171 authored by Jakub Kicinski's avatar Jakub Kicinski Committed by David S. Miller

netlink: specs: update for codegen enumerating from 1

Now that the codegen rules had been changed we can update
the specs to reflect the new default.
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ad4fafcd
...@@ -11,7 +11,6 @@ attribute-sets: ...@@ -11,7 +11,6 @@ attribute-sets:
- -
name: dev-index name: dev-index
type: u32 type: u32
value: 1
- -
name: dev-name name: dev-name
type: string type: string
...@@ -25,7 +24,6 @@ attribute-sets: ...@@ -25,7 +24,6 @@ attribute-sets:
- -
name: index name: index
type: u32 type: u32
value: 1
- -
name: name name: name
type: string type: string
...@@ -39,14 +37,12 @@ attribute-sets: ...@@ -39,14 +37,12 @@ attribute-sets:
name: bit name: bit
type: nest type: nest
nested-attributes: bitset-bit nested-attributes: bitset-bit
value: 1
- -
name: bitset name: bitset
attributes: attributes:
- -
name: nomask name: nomask
type: flag type: flag
value: 1
- -
name: size name: size
type: u32 type: u32
...@@ -61,7 +57,6 @@ attribute-sets: ...@@ -61,7 +57,6 @@ attribute-sets:
- -
name: index name: index
type: u32 type: u32
value: 1
- -
name: value name: value
type: string type: string
...@@ -71,7 +66,6 @@ attribute-sets: ...@@ -71,7 +66,6 @@ attribute-sets:
- -
name: string name: string
type: nest type: nest
value: 1
multi-attr: true multi-attr: true
nested-attributes: string nested-attributes: string
- -
...@@ -80,7 +74,6 @@ attribute-sets: ...@@ -80,7 +74,6 @@ attribute-sets:
- -
name: id name: id
type: u32 type: u32
value: 1
- -
name: count name: count
type: u32 type: u32
...@@ -96,14 +89,12 @@ attribute-sets: ...@@ -96,14 +89,12 @@ attribute-sets:
name: stringset name: stringset
type: nest type: nest
multi-attr: true multi-attr: true
value: 1
nested-attributes: stringset nested-attributes: stringset
- -
name: strset name: strset
attributes: attributes:
- -
name: header name: header
value: 1
type: nest type: nest
nested-attributes: header nested-attributes: header
- -
...@@ -119,7 +110,6 @@ attribute-sets: ...@@ -119,7 +110,6 @@ attribute-sets:
attributes: attributes:
- -
name: header name: header
value: 1
type: nest type: nest
nested-attributes: header nested-attributes: header
- -
...@@ -132,7 +122,6 @@ attribute-sets: ...@@ -132,7 +122,6 @@ attribute-sets:
attributes: attributes:
- -
name: header name: header
value: 1
type: nest type: nest
nested-attributes: header nested-attributes: header
- -
...@@ -180,7 +169,6 @@ attribute-sets: ...@@ -180,7 +169,6 @@ attribute-sets:
attributes: attributes:
- -
name: pad name: pad
value: 1
type: pad type: pad
- -
name: reassembly-errors name: reassembly-errors
...@@ -205,7 +193,6 @@ attribute-sets: ...@@ -205,7 +193,6 @@ attribute-sets:
attributes: attributes:
- -
name: header name: header
value: 1
type: nest type: nest
nested-attributes: header nested-attributes: header
- -
...@@ -251,13 +238,11 @@ operations: ...@@ -251,13 +238,11 @@ operations:
do: &strset-get-op do: &strset-get-op
request: request:
value: 1
attributes: attributes:
- header - header
- stringsets - stringsets
- counts-only - counts-only
reply: reply:
value: 1
attributes: attributes:
- header - header
- stringsets - stringsets
......
...@@ -26,6 +26,7 @@ attribute-sets: ...@@ -26,6 +26,7 @@ attribute-sets:
- -
name: unspec name: unspec
type: unused type: unused
value: 0
- -
name: port name: port
type: u16 type: u16
...@@ -71,6 +72,7 @@ operations: ...@@ -71,6 +72,7 @@ operations:
- -
name: unspec name: unspec
doc: unused doc: unused
value: 0
- -
name: add name: add
......
...@@ -48,7 +48,6 @@ attribute-sets: ...@@ -48,7 +48,6 @@ attribute-sets:
name: ifindex name: ifindex
doc: netdev ifindex doc: netdev ifindex
type: u32 type: u32
value: 1
checks: checks:
min: 1 min: 1
- -
...@@ -66,7 +65,6 @@ operations: ...@@ -66,7 +65,6 @@ operations:
- -
name: dev-get name: dev-get
doc: Get / dump information about a netdev. doc: Get / dump information about a netdev.
value: 1
attribute-set: dev attribute-set: dev
do: do:
request: request:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment