pre defined macro

2005-11-16 Thread David fire
hi
i almost finish my network the only think i need to finish is a way to tell
to PF what it the default gateway
look:
pass in on $int_if route-to \
($ext_if1 defualt gateway ) from $lan_net to any keep state
how i can tell that to the pf 
thanks
David



Re: pre defined macro

2005-11-16 Thread Will H. Backman
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of
 David fire
 Sent: Wednesday, November 16, 2005 10:29 AM
 To: misc@openbsd.org
 Subject: pre defined macro
 
 hi
 i almost finish my network the only think i need to finish is a way to
 tell
 to PF what it the default gateway
 look:
 pass in on $int_if route-to \
 ($ext_if1 defualt gateway ) from $lan_net to any keep state
 how i can tell that to the pf 
 thanks
 David

I think you are talking about the egress group.  I think 3.8 puts any
interface that connects to a default route into that group.