Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

doc/netlink: Add delete operation to ovs_vport spec

Add del operation to the spec to help with testing.

Signed-off-by: Donald Hunter <donald.hunter@gmail.com>
Link: https://lore.kernel.org/r/20230824142221.71339-1-donald.hunter@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Donald Hunter and committed by
Jakub Kicinski
52d08fda a02430c0

+12 -1
+12 -1
Documentation/netlink/specs/ovs_vport.yaml
··· 139 139 - ifindex 140 140 - options 141 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 + - 142 154 name: get 143 155 doc: Get / dump OVS vport configuration and state 144 - value: 3 145 156 attribute-set: vport 146 157 fixed-header: ovs-header 147 158 do: &vport-get-op