]> git.baikalelectronics.ru Git - kernel.git/commit
[NET_SCHED]: Add mask support to fwmark classifier
authorPatrick McHardy <kaber@trash.net>
Fri, 25 Aug 2006 23:11:42 +0000 (16:11 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 22 Sep 2006 22:18:12 +0000 (15:18 -0700)
commit50d9c02e064ac927bad07fb4d22cf160d72a1f3d
treec007ca2e57ba73e6bc6196ad1deaaf58c7d7aae4
parent97b5dbd8e5cee3f893010521320ed5382ad18c3c
[NET_SCHED]: Add mask support to fwmark classifier

Support masking the nfmark value before the search. The mask value is
global for all filters contained in one instance. It can only be set
when a new instance is created, all filters must specify the same mask.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/pkt_cls.h
net/sched/cls_fw.c