]> git.proxmox.com Git - mirror_iproute2.git/commit
tc: add support for plug qdisc
authorPaolo Abeni <pabeni@redhat.com>
Tue, 30 Apr 2019 16:53:57 +0000 (18:53 +0200)
committerDavid Ahern <dsahern@gmail.com>
Sat, 4 May 2019 16:22:14 +0000 (09:22 -0700)
commitc865c52365f477eeb7286b3387d18184bfbf08c6
treec5ae228300c3ec976871368e5cfa65d7edd77dbd
parentfd6580972bcf6c24b3465684def17ac7b4a52c5f
tc: add support for plug qdisc

sch_plug can be used to perform functional qdisc unit tests
controlling explicitly the queuing behaviour from user-space.

Plug support lacks since its introduction in 2012. This change
introduces basic support, to control the tc status.

v1 -> v2:
 - use the SPDX identifier

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
tc/Makefile
tc/q_plug.c [new file with mode: 0644]