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

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.com


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent a02430c0
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
@@ -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