From ef36572461d8a44d518065dcea738db089b6671e Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Wed, 2 Oct 2013 14:27:28 +0000 Subject: [PATCH] Fixed syntax in pf table example with external file. A specified file path should be quoted. Reported by: thetruebloodsword@gmail.com --- en_US.ISO8859-1/books/handbook/firewalls/chapter.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml b/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml index 420f9d3ec6..1105738cec 100644 --- a/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml @@ -1250,7 +1250,7 @@ pass out on $ext_if inet proto udp from any to any port 33433 >< 33626 kee which in turn is used to initialize the table in /etc/pf.conf: - table <clients> persist file /etc/clients + table <clients> persist file "/etc/clients" Then, for example, one of our earlier rules can be changed to read