File: ah.ferm

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 (7 lines) | stat: -rw-r--r-- 179 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
table filter chain INPUT mod ah {
    ahspi 0x100 ACCEPT;
    ahspi !0x101 DROP;
    ahspi (0x102 0x105 0x200:0x2ff) REJECT;
    ahlen (32 16) ahres ACCEPT;
    ahlen !32 DROP;
}