[PKT_SCHED]: Introduce simple actions.
authorJamal Hadi Salim <hadi@cyberus.ca>
Mon, 25 Apr 2005 03:10:16 +0000 (20:10 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Apr 2005 03:10:16 +0000 (20:10 -0700)
commitdb7530797992bb2be703f9f3cc69b1a578f812f8
tree741ca281d2acb1f5a62df20ccda4ad294b57347b
parentac6910e189471e6b46ecea59e7620b083329ad4f
[PKT_SCHED]: Introduce simple actions.

And provide an example simply action in order to
demonstrate usage.

Signed-off-by: Jamal Hadi Salim <hadi@cyberus.ca>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/tc_act/tc_defact.h [new file with mode: 0644]
include/net/act_generic.h [new file with mode: 0644]
include/net/tc_act/tc_defact.h [new file with mode: 0644]
net/sched/Kconfig
net/sched/Makefile
net/sched/simple.c [new file with mode: 0644]