fix typo (jlduran)

This commit is contained in:
christos 2022-10-12 19:50:29 +00:00
parent b0da0ffd38
commit 7249f2dbd3
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ add)
/sbin/pfctl -a "$2/$6" -f -
# insert $ip/$mask into per-protocol/port anchored table
/sbin/pfctl -qa "$2/$6" -t "port$6" -T add "$addr/$mask" && \
/sbin/pcftl -qk "$addr" && echo OK
/sbin/pfctl -qk "$addr" && echo OK
;;
esac