Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2006 15:44:47 -0400
From:      beno <zope@2012.vi>
To:        Max Laier <max@love2party.net>,  freebsd-pf@freebsd.org
Subject:   Re: Never Ask Questions On A Friday Afternoon
Message-ID:  <44EA0D2F.2020200@2012.vi>
In-Reply-To: <200608211943.12721.max@love2party.net>
References:  <44E9C775.5060009@2012.vi> <55e8a96c0608211010q35b64221sad299c67f8ebb888@mail.gmail.com> <44E9EE39.3050404@2012.vi> <200608211943.12721.max@love2party.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Max Laier wrote:
> printf 'list="{ 10/8, 192.168.0/24 }"\npass from $list to any\n' | 
> pfctl -nvf-
>
> list = "{ 10/8, 192.168.0/24 }"
> pass inet from 10.0.0.0/8 to any
> pass inet from 192.168.0.0/24 to any
>   
I'm sure I misunderstand. Here is *my* code:

shinjiru_ip_addresses="202.71.102.114 202.71.100.126 202.71.106.30
202.71.106.118 202.71.106.188 203.142.1.8"
directv_ip_addresses="{ 69.19.0.0/17 }"
shadday_ip_addresses=""
ssh_ip_addresses="{" $shinjiru_ip_addresses $directv_ip_addresses
$shadday_ip_addresses "}"

The parser throws an error on the last line because it won't render
$directv_ip_addresses
Now, I could do something really ugly like this:

ssh_ip_addresses="202.71.102.114 202.71.100.126 202.71.106.30
202.71.106.118 202.71.106.188 203.142.1.8 69.19.0.0/17 "

and just say the hell with it, but I'd like to write elegant code...
TIA,
beno




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44EA0D2F.2020200>