Effect of route-to

Joel Armengaud <[email protected]> Mon, 12 Nov 2012 18:11:05 +0100
Newsgroups gmane.os.openbsd.pf
Message-ID <[email protected]>
Hi all,

I have a multi-homed network.
Just need a confirmation of the following:

If I reroute a packet on another interface in an oubound rule like:

pass out quick on $wan_if1 .... route-to $wan_if2

the rerouted-packet will have to re-enter the PF engine as an outbound 
rule on the $wan_if2 interface, right? (it seems to be the case)

-Joe