Re: document mistake

2013-10-02 Thread Sergey Kandaurov
On 2 October 2013 17:28, 蔣彥亭 wrote: > http://www.freebsd.org/doc/handbook/firewalls-pf.html > In 30.4.6.6. Tables Make Life Easier > demo code > table persist file /etc/clients the file path should be quote. > table persist file "/etc/clients" or it would show a syntax error > when pf try to loa

document mistake

2013-10-02 Thread 蔣彥亭
http://www.freebsd.org/doc/handbook/firewalls-pf.html In 30.4.6.6. Tables Make Life Easier demo code table persist file /etc/clients the file path should be quote. table persist file "/etc/clients" or it would show a syntax error when pf try to load the configuration file. Thanks! My OS: FreeBSD