I have this definition in /etc/pf.conf:
When I add an address using pfctl I can see it is there:
But I do not see it in the persistent file:
I obviously misunderstand this so I would appreciate very much if someone could explain this to me.
Code:
table <WHITELIST> persist file "/var/db/pf/pf_white_list"
When I add an address using pfctl I can see it is there:
Code:
[root@gway04 ~ (master)]# pfctl -t WHITELIST -T add 72.140.215.253
1/1 addresses added.
[root@gway04 ~ (master)]# pfctl -t WHITELIST -T show
72.140.215.253
Code:
[root@gway04 ~ (master)]# ll /var/db/pf/pf_white_list
-rw-r--r-- 1 root wheel 0 May 2 12:52 /var/db/pf/pf_white_list
[root@gway04 ~ (master)]# cat /var/db/pf/pf_white_list
[root@gway04 ~ (master)]#
I obviously misunderstand this so I would appreciate very much if someone could explain this to me.