As you know, iptables has -m (match)
such as :
-m string
-m state
-m -iplimit
and so on...
My question: Does PF
has similar features such as -m
of iptables
?
As you know, iptables has -m (match)
such as :
-m string
-m state
-m -iplimit
and so on...
My question: Does PF
has similar features such as -m
of iptables
?
AFAIK, pf
does not have the flexibility and modules available in iptables
. iptables
comes with really large number of modules that provide more match options and others that provide more targets. You can even develop your own module. This page provides some explanation regarding iptables development if you are interested.