CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/11/17 03:28:24
Modified files: sys/net : route.c Log message: Unbreak next-hop caching on multipath setups. When multiple gateways are in use, the next-hop entrie might not be on the same interface. This is due to the fact that ARP entries are unique and attached to their cloning interface. Found the hard way by and ok dlg@