# -q option stops a ipfw table add or delete from failing if the entry # already exists or is not present. [backend:exec-ipfw] load = backend_exec.so ban = /sbin/ipfw -q table add unban = /sbin/ipfw -q table delete timeout = 2 shared = yes