• S
    nwfilters: support for TCP flags evaluation · 6ab24feb
    Stefan Berger 提交于
    This patch adds support for the evaluation of TCP flags in nwfilters.
    
    It adds documentation to the web page and extends the tests as well.
    Also, the nwfilter schema is extended.
    
    The following are some example for rules using the tcp flags:
    
    <rule action='accept' direction='in'>
        <tcp state='NONE' flags='SYN/ALL' dsptportstart='80'/>
    </rule>
    <rule action='drop' direction='in'>
        <tcp state='NONE' flags='SYN/ALL'/>
    </rule>
    6ab24feb
nwfilter.rng 24.8 KB