From: Donald Hunter Date: Thu, 24 Aug 2023 14:22:21 +0000 (+0100) Subject: doc/netlink: Add delete operation to ovs_vport spec X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=52d08fda3516145f26d71af3c19f709e62f928d2;p=linux.git doc/netlink: Add delete operation to ovs_vport spec Add del operation to the spec to help with testing. Signed-off-by: Donald Hunter Link: https://lore.kernel.org/r/20230824142221.71339-1-donald.hunter@gmail.com Signed-off-by: Jakub Kicinski --- diff --git a/Documentation/netlink/specs/ovs_vport.yaml b/Documentation/netlink/specs/ovs_vport.yaml index ef298b0014453..f65ce62cd60de 100644 --- a/Documentation/netlink/specs/ovs_vport.yaml +++ b/Documentation/netlink/specs/ovs_vport.yaml @@ -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