vp-build/srcpkgs/arptables/files/arptables/run

7 lines
151 B
Bash
Executable File

#!/bin/sh
RULES=/etc/iptables/arptables.rules
[ -r conf ] && . ./conf
[ -r $RULES ] || exit 0
arptables-restore < $RULES
exec chpst -b arptables pause