File: policy.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 (4 lines) | stat: -rw-r--r-- 341 bytes parent folder | download | duplicates (4)
1
2
3
4
iptables -t filter -A INPUT -m policy --dir out --strict --spi 0xbeef --proto esp --mode transport -j ACCEPT
iptables -t filter -A INPUT -m policy --mode tunnel --tunnel-src 192.168.1.2 --tunnel-dst 192.168.2.1 -j ACCEPT
iptables -t filter -A INPUT -m policy --next -j DROP
iptables -t filter -A INPUT -m policy --proto esp -p tcp -j REJECT