File: ah.result

package info (click to toggle)
ferm 2.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,140 kB
  • sloc: perl: 2,839; sh: 126; makefile: 120
file content (8 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
iptables -t filter -A INPUT -m ah --ahspi 0x100 -j ACCEPT
iptables -t filter -A INPUT -m ah ! --ahspi 0x101 -j DROP
iptables -t filter -A INPUT -m ah --ahspi 0x102 -j REJECT
iptables -t filter -A INPUT -m ah --ahspi 0x105 -j REJECT
iptables -t filter -A INPUT -m ah --ahspi 0x200:0x2ff -j REJECT
iptables -t filter -A INPUT -m ah --ahlen 32 --ahres -j ACCEPT
iptables -t filter -A INPUT -m ah --ahlen 16 --ahres -j ACCEPT
iptables -t filter -A INPUT -m ah ! --ahlen 32 -j DROP