Message ID | 20230824142221.71339-1-donald.hunter@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 52d08fda3516145f26d71af3c19f709e62f928d2 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next,v1] doc/netlink: Add delete operation to ovs_vport spec | expand |
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Thu, 24 Aug 2023 15:22:21 +0100 you wrote: > Add del operation to the spec to help with testing. > > Signed-off-by: Donald Hunter <donald.hunter@gmail.com> > --- > Documentation/netlink/specs/ovs_vport.yaml | 13 ++++++++++++- > 1 file changed, 12 insertions(+), 1 deletion(-) Here is the summary with links: - [net-next,v1] doc/netlink: Add delete operation to ovs_vport spec https://git.kernel.org/netdev/net-next/c/52d08fda3516 You are awesome, thank you!
diff --git a/Documentation/netlink/specs/ovs_vport.yaml b/Documentation/netlink/specs/ovs_vport.yaml index ef298b001445..f65ce62cd60d 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
Add del operation to the spec to help with testing. Signed-off-by: Donald Hunter <donald.hunter@gmail.com> --- Documentation/netlink/specs/ovs_vport.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-)