Skip to content

Commit dc8b4fa

Browse files
committed
Fix pf rules reload
1 parent aecc644 commit dc8b4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/pot/vnet-start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pot-vnet-start()
7777
if ! pfctl -s Anchors | grep -q '^[ \t]*pot-nat$' ||
7878
! pfctl -s Anchors | grep -q '^[ \t]*pot-rdr$' ; then
7979
_debug "Pot anchors are missing - load pf.conf"
80-
pfctl -f pf.conf
80+
pfctl -f /etc/pf.conf
8181
fi
8282
_nat_rules="/tmp/pot_pf_nat_rules"
8383
if [ -w "$_nat_rules" ]; then

0 commit comments

Comments
 (0)