removed entry from changelog because bug was introduced by not-released trunk revision
[ferm.git] / test / modules / ah.result
blob808fa32886e6367288ec65e737c2b24fd6afa237
1 iptables -t filter -A INPUT -m ah -j ACCEPT --ahspi 0x100
2 iptables -t filter -A INPUT -m ah -j DROP --ahspi ! 0x101
3 iptables -t filter -A INPUT -m ah -j REJECT --ahspi 0x102
4 iptables -t filter -A INPUT -m ah -j REJECT --ahspi 0x105
5 iptables -t filter -A INPUT -m ah -j REJECT --ahspi 0x200:0x2ff
6 iptables -t filter -A INPUT -m ah --ahlen 32 --ahres -j ACCEPT
7 iptables -t filter -A INPUT -m ah --ahlen 16 --ahres -j ACCEPT
8 iptables -t filter -A INPUT -m ah --ahlen ! 32 -j DROP