Date: Wed, 12 Aug 2015 14:11:58 -0500 (CDT) From: "Jeremy C. Reed" <reed@reedmedia.net> To: freebsd-doc@FreeBSD.org Subject: pf table replace and firewalls-pf.html Message-ID: <alpine.NEB.2.11.1508121408460.7713@t1.m.reedmedia.net>
next in thread | raw e-mail | index | archive | help
I was reading https://www.freebsd.org/doc/handbook/firewalls-pf.html and it says: -=-=-=-=-=-=-= Alternatively, /etc/clients can be updated with the in-memory table contents: # pfctl -t clients -T replace -f /etc/clients -=-=-=-=-=-=-= That is confusing and seems to imply that the file is created (or updated) from the in-memory table. But actually it is the other way. This could say: -=-=-=-=-=-=-= The in-memory table can be updated from a file, for example: # pfctl -t clients -T replace -f /etc/clients -=-=-=-=-=-=-= Note I am not on this list.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.NEB.2.11.1508121408460.7713>