• Pablo Neira Ayuso's avatar
    netfilter: nft_ct: add notrack support · 25443261
    Pablo Neira Ayuso authored
    This patch adds notrack support.
    
    I decided to add a new expression, given that this doesn't fit into the
    existing set operation. Notrack doesn't need a source register, and an
    hypothetical NFT_CT_NOTRACK key makes no sense since matching the
    untracked state is done through NFT_CT_STATE.
    
    I'm placing this new notrack expression into nft_ct.c, I think a single
    module is too much.
    Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
    25443261
nft_ct.c 13 KB