On 2017-05-23, Markus Rosjat <ros...@ghweb.de> wrote: > just to clarify this a rule in pf with the route-to keyword only works > when multipath routing is enable in sysctl.conf?
You do not need net.inet.ip.multipath (or v6 equiv) to use a route-to rule, only net.inet.ip.forwarding. You do need a route table entry covering the destination (default or some other route) otherwise the packet is dropped before it reaches PF.