CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2016/06/07 02:30:01
Modified files: sys/net : route.c Log message: Use rtalloc(9) instead of ifa_ifwithnet() to find an interface when adding a route to gateway to ensure a most specific match. This makes "# route add" coherent to "# route get" even with p2p interfaces. Fix a problem reported by Mart Tõnso. ok vgross@