We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a02430c commit 52d08fdCopy full SHA for 52d08fd
Documentation/netlink/specs/ovs_vport.yaml
@@ -138,10 +138,21 @@ operations:
138
- dp-ifindex
139
- ifindex
140
- options
141
+ -
142
+ name: del
143
+ doc: Delete existing OVS vport from a data path
144
+ attribute-set: vport
145
+ fixed-header: ovs-header
146
+ do:
147
+ request:
148
+ attributes:
149
+ - dp-ifindex
150
+ - port-no
151
+ - type
152
+ - name
153
-
154
name: get
155
doc: Get / dump OVS vport configuration and state
- value: 3
156
attribute-set: vport
157
fixed-header: ovs-header
158
do: &vport-get-op
0 commit comments