Hi, this series is intended to allow control how the tree of qdisc, classes and filters is further traversed if an error is encountered when parsing the packet in order to match the cls_flower filters at a particular prio.
Please see the changelog of the last patch of this series for a more detailed description. Changes between RFCv1 and RFCv2: * Rename new attribute in last path TCA_FLOWER_META_TRUNCATED * Drop patch to add TCA_FLOWER_KEY_MPLS*: it is in net-next now Simon Horman (2): tc: flower: update headers for TCA_FLOWER_META_TRUNCATED tc: flower: allow control of tree traversal on packet parse errors include/linux/pkt_cls.h | 2 ++ man/man8/tc-flower.8 | 29 +++++++++++++++++++++++++++-- tc/f_flower.c | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 62 insertions(+), 2 deletions(-) -- 2.1.4