Commit 33baf6f7 authored by Jakub Kicinski's avatar Jakub Kicinski
Browse files

netlink: specs: tc: add qdisc dump to TC spec



Hook TC qdisc dump in the TC qdisc get, it only supported doit
until now and dumping will be used by the sample code.

Reviewed-by: default avatarDonald Hunter <donald.hunter@gmail.com>
Link: https://patch.msgid.link/20250520161916.413298-12-kuba@kernel.org


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent e06c9d25
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3929,7 +3929,7 @@ operations:
      doc: Get / dump tc qdisc information.
      attribute-set: attrs
      fixed-header: tcmsg
      do:
      do: &getqdisc-do
        request:
          value: 38
          attributes:
@@ -3948,6 +3948,7 @@ operations:
            - chain
            - ingress-block
            - egress-block
      dump: *getqdisc-do
    -
      name: newtclass
      doc: Get / dump tc traffic class information.