Recent patch to net-next kernel from Eric Dumazet (e4ae004b84b netem: add ECN
capability) made it possible for netem to mark packets with ECN instead of
dropping them. These two patches add support to iproute2/tc and update the
manpage.
Vijay Subramanian (2):
Update tc-netem manpage to add ecn capability
tc-netem: Add support for ECN packet marking
include/linux/pkt_sched.h | 1 +
man/man8/tc-netem.8 | 8 ++++++--
tc/q_netem.c | 25 +++++++++++++++++++++++++
3 files changed, 32 insertions(+), 2 deletions(-)