mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
netlink: specs: ovs: correct enum names in specs
Align the enum-names of OVS with what's actually in the uAPI. Either correct the names, or mark the enum as empty because the values are in fact #defines. Reviewed-by: Donald Hunter <donald.hunter@gmail.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
3ada0b33c4
commit
209bcb9af8
@ -20,6 +20,7 @@ definitions:
|
||||
name: user-features
|
||||
type: flags
|
||||
name-prefix: ovs-dp-f-
|
||||
enum-name:
|
||||
entries:
|
||||
-
|
||||
name: unaligned
|
||||
|
@ -124,6 +124,7 @@ definitions:
|
||||
-
|
||||
name: ovs-frag-type
|
||||
name-prefix: ovs-frag-type-
|
||||
enum-name: ovs-frag-type
|
||||
type: enum
|
||||
entries:
|
||||
-
|
||||
@ -269,6 +270,7 @@ definitions:
|
||||
-
|
||||
name: ovs-ufid-flags
|
||||
name-prefix: ovs-ufid-f-
|
||||
enum-name:
|
||||
type: flags
|
||||
entries:
|
||||
- omit-key
|
||||
@ -288,6 +290,7 @@ definitions:
|
||||
doc: Basis used for computing hash.
|
||||
-
|
||||
name: ovs-hash-alg
|
||||
enum-name: ovs-hash-alg
|
||||
type: enum
|
||||
doc: |
|
||||
Data path hash algorithm for computing Datapath hash. The algorithm type only specifies
|
||||
@ -339,6 +342,7 @@ definitions:
|
||||
MPLS tunnel attributes.
|
||||
-
|
||||
name: ct-state-flags
|
||||
enum-name:
|
||||
type: flags
|
||||
name-prefix: ovs-cs-f-
|
||||
entries:
|
||||
|
Loading…
Reference in New Issue
Block a user