fff-network: correct path to iptables

Fixes #94

Signed-off-by: Robert Langhammer <rlanghammer@web.de>
Reviewed-by: Tim Niemeyer <tim@tn-x.org>
This commit is contained in:
Robert Langhammer 2018-03-04 14:35:22 +01:00 committed by Tim Niemeyer
parent 0f605ec2fd
commit a7544befc5
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
/sbin/iptables -P FORWARD DROP
/sbin/ip6tables -P FORWARD DROP
/usr/sbin/iptables -P FORWARD DROP
/usr/sbin/ip6tables -P FORWARD DROP