Fixed syntax in pf table example with external file.
A specified file path should be quoted. Reported by: thetruebloodsword@gmail.com
This commit is contained in:
parent
d7031a833c
commit
ef36572461
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42803
1 changed files with 1 additions and 1 deletions
|
@ -1250,7 +1250,7 @@ pass out on $ext_if inet proto udp from any to any port 33433 >< 33626 kee
|
|||
<para>which in turn is used to initialize the table in
|
||||
<filename>/etc/pf.conf</filename>:</para>
|
||||
|
||||
<programlisting>table <clients> persist file /etc/clients</programlisting>
|
||||
<programlisting>table <clients> persist file "/etc/clients"</programlisting>
|
||||
|
||||
<para>Then, for example, one of our earlier rules can be
|
||||
changed to read</para>
|
||||
|
|
Loading…
Reference in a new issue