]> git.proxmox.com Git - mirror_iproute2.git/commit
tc: q_red: Support 'nodrop' flag
authorPetr Machata <petrm@mellanox.com>
Mon, 23 Mar 2020 16:12:21 +0000 (18:12 +0200)
committerDavid Ahern <dsahern@gmail.com>
Wed, 25 Mar 2020 16:45:37 +0000 (16:45 +0000)
commit6c10fdca70b0495314c047d206638408f13605cc
tree36df9ce9bf09058c777d9e0515e1d4a005446a5f
parent1c74c20cbe1b77b6c05b8f2db354ad3c4d359fb4
tc: q_red: Support 'nodrop' flag

Recognize the new configuration option of the RED Qdisc, "nodrop". Add
support for passing flags through TCA_RED_FLAGS, and use it when passing
TC_RED_NODROP flag.

Signed-off-by: Petr Machata <petrm@mellanox.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
man/man8/tc-red.8
tc/q_red.c
tc/tc_red.c