File: basic.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 (7 lines) | stat: -rw-r--r-- 382 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
arptables -t filter -P INPUT ACCEPT
arptables -t filter -F
arptables -t filter -X
arptables -t filter -A INPUT --source-ip 192.168.1.1 -j DROP
arptables -t filter -A INPUT --source-mac 00:00:de:ad:be:ef -j ACCEPT
arptables -t filter -A INPUT --destination-mac f0:00:00:00:00:00 -j DROP
arptables -t filter -A INPUT --h-length 1234 --opcode 1 --h-type 1 --proto-type 0x800 -j ACCEPT