[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pf.conf Macro Question
- To: misc_(_at_)_openbsd_(_dot_)_org
- Subject: Re: pf.conf Macro Question
- From: David Krause <openbsd_(_at_)_davidkrause_(_dot_)_com>
- Date: Mon, 3 Mar 2003 17:17:22 -0600
* Theo de Raadt <deraadt_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org> [030303 16:04]:
> > 1.
> > ext_if = "{ eth0, eth1 }"
> >
> > 2.
> > ext_if1 = "eth0"
> > ext_if2 = "eth1"
> > ext_if = "{ $ext_if1, $ext_if2 }"
>
> in -current use
>
> ext_if = "{" $ext_if1 "," $ext_if2 }"
There's a missing quote there. It should be:
ext_if = "{" $ext_if1 "," $ext_if2 "}"
David
Visit your host, monkey.org