On Wed, 2005-03-23 at 15:21, Xavier wrote:
> Hi,
> 
> Just one question... Maybe stupid, pardon me!
> Can I define sort of "route maps" such as
> in Cisco devices with pf?
> 
> Ex: if source address = x.x.x.x -> send to next hop "y.y.y.y"

yes--"route-to" can be used for this:

pass in on $int_if route-to ($ext_if y.y.y.y) inet from x.x.x.x \
     to any keep state

-j

--
"Asleep at the switch?  I wasn't asleep, I was drunk!"
        --The Simpsons

Reply via email to