diff options
author | Patrick McHardy <kaber@trash.net> | 2008-07-14 20:36:32 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-07-14 20:36:32 -0700 |
commit | 72d9794f444734af56ef12833b496326643e2964 (patch) | |
tree | af0e5654cf7fc9a4801edd97fab3f2d6e5039b30 /include/linux | |
parent | 0c4c8cae44e9d71afd3031c1e8739bd398a831a8 (diff) |
net-sched: cls_flow: add perturbation support
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/pkt_cls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pkt_cls.h b/include/linux/pkt_cls.h index 99efbed81fa..7cf7824df77 100644 --- a/include/linux/pkt_cls.h +++ b/include/linux/pkt_cls.h @@ -374,6 +374,7 @@ enum TCA_FLOW_ACT, TCA_FLOW_POLICE, TCA_FLOW_EMATCHES, + TCA_FLOW_PERTURB, __TCA_FLOW_MAX }; |