PF (Packet Filter) - Table operations
Add an entry.
pfctl -t clientes -T add 192.168.0.0/16
Delete an entry.
pfctl -t clientes -T delete 192.168.0.0/16
Mostrar.
pfctl -t clientes -T show > /etc/clientes
Replace a table with a file.
pfctl -t clientes -T replace -f /etc/clientes