On Mon, 6 Oct 2003 21:20:46 +0200 Henning Brauer <[EMAIL PROTECTED]> wrote:
> > I've been trying to get my anchors loaded directly from pf.conf, > > using the following rules in pf.conf: > > > > anchor annoying > > load anchor annoying:all from /etc/anchor-annoying-all > > > > However, whenever I try to load these rules with pfctl -f > > /etc/pf.conf I get the following error: > > > > /etc/pf.conf:41: syntax error > > pfctl: Syntax error in config file: pf rules not loaded > > > > These rules are copied directly from the pf.conf manpage, after > > having replaced spam with annoying. > > arrrrggggghhhhh, quotes missing in the manpage. > > load anchor annoying:all from "/etc/anchor-annoying-all" Ugh, didn't think of trying that either. Works like a charm with the quotes around the filename. // nick
