• Florian Westphal's avatar
    selftests: netfilter: add nfqueue test case · a64d558d
    Florian Westphal authored
    Add a test case to check nf queue infrastructure.
    Could be extended in the future to also cover serialization of
    conntrack, uid and secctx attributes in nfqueue.
    
    For now, this checks that 'queue bypass' works, that a queue rule with
    no bypass option blocks traffic and that userspace receives the expected
    number of packets.
    For this we add two queues and hook all of
    prerouting/input/forward/output/postrouting.
    
    Packets get queued twice with a dummy base chain in between:
    This passes with current nf tree, but reverting
    commit 946c0d8e ("netfilter: nf_queue: fix reinject verdict handling")
    makes this trip (it processes 30 instead of expected 20 packets).
    
    v2: update config file with queue and other options missing/needed for
    other tests.
    v3: also test with tcp, this reveals problem with commit
    28f8bfd1 ("netfilter: Support iif matches in POSTROUTING"), due to
    skb->dev pointing at another skb in the retransmit rbtree (skb->dev
    aliases to rbnode child).
    Signed-off-by: default avatarFlorian Westphal <fw@strlen.de>
    Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
    a64d558d
config 162 Bytes