David, Are you sure the patch you uploaded was correct?
When I look at the parsing of ipf.conf, I see:
+ | IPFY_RPC
+ { DOALL(fr->fr_flags |= FR_RPC;) }
+ | IPFY_RPC IPFY_IN YY_STR
+ { DOALL(fr->fr_flags |= FR_RPC;) }
So rules that have this:
pass in quick proto tcp from any to any keep state (rpc in tcppool)
Are not going to do anything special because the name "tcppool" is
not being saved anywhere or looked up.
Darren
