]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commit
This patch adds ability to monitor tc events similar to ipmonitor.
authorJamal Hadi Salim <hadi@cyberus.ca>
Tue, 8 Aug 2006 18:55:15 +0000 (11:55 -0700)
committerStephen Hemminger <shemminger@osdl.org>
Tue, 8 Aug 2006 18:55:15 +0000 (11:55 -0700)
commit5bec34845bba39dfc1efb409ebc2b158a9f0fbc4
tree7abfc8269fc6cf7277fb5d6e20b3257cbe6d0ae9
parente81c1a22cd2408a8b490ce39bf6ece2d19919a3b
This patch adds ability to monitor tc events similar to ipmonitor.
User runs "tc monitor" (without quotes) and watches events of
addition, deletion and updates from qdiscs, classes, filters and
actions as they happen.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
tc/Makefile
tc/m_action.c
tc/tc.c
tc/tc_class.c
tc/tc_common.h
tc/tc_filter.c
tc/tc_monitor.c [new file with mode: 0644]
tc/tc_qdisc.c