Hello, You can create table in your conf file. Give access to this table. Then, you will be abble to modify this table without change your text file or reloading it. You can do this using pfctl option (specifically -T option).
Le 23 mars 09 ` 12:02, RJ45 a icrit :
Hello, I implemented a OpenBSD solution for a soekris appliance. My problem is that I have a web portal there and I need a new pass rule for each client IP authenticating. Actually this was easy to do with linux iptables, but how to do it with PF ? Actually all the PF rules are into a file, and can be read from file. This is fare to be a dynamic system. Rules must first be deleted fomr file and then reloaded with pfctl. My problem is, how can I Remove a single PF rule without modifying a text file and realoading all the rules ? thanks Rick