]> git.ipfire.org Git - thirdparty/iproute2.git/commit
tc: introduce simple action
authorJamal Hadi Salim <jhs@mojatatu.com>
Sun, 29 Sep 2013 11:33:42 +0000 (07:33 -0400)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 1 Oct 2013 04:29:34 +0000 (21:29 -0700)
commit087f46ee4ebd178a2a8562989fd9a4e02c93f406
treeccc7bd1320cff758930fcf781e607bb079326185
parent29ff4d2e1136c7b4766fd8162c6985b3b1a53eed
tc: introduce simple action

Simple action is already in the kernel for years now as an
example. This complements it with user space control.

Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
tc/Makefile
tc/m_simple.c [new file with mode: 0644]