I am trying to switch some stuff from ipfw to pf. On ipfw I make extensive use of "/sbin/ipfw -q /dev/stdin" to add and remove items from tables. I can't seem to find an equivalent way of doing the same with pf. Yes, I could call "pfctl -T add" for every address address but there is a LOT of this type of activity in my setup. I have found pftabled and py-pf in ports but neither of those seem to be working.