Commit 52d08fda authored by Donald Hunter's avatar Donald Hunter Committed by Jakub Kicinski

doc/netlink: Add delete operation to ovs_vport spec

Add del operation to the spec to help with testing.
Signed-off-by: default avatarDonald Hunter <donald.hunter@gmail.com>
Link: https://lore.kernel.org/r/20230824142221.71339-1-donald.hunter@gmail.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent a02430c0
......@@ -138,10 +138,21 @@ operations:
- dp-ifindex
- ifindex
- options
-
name: del
doc: Delete existing OVS vport from a data path
attribute-set: vport
fixed-header: ovs-header
do:
request:
attributes:
- dp-ifindex
- port-no
- type
- name
-
name: get
doc: Get / dump OVS vport configuration and state
value: 3
attribute-set: vport
fixed-header: ovs-header
do: &vport-get-op
......
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