CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2014/05/31 09:36:44
Modified files: sys/net : rtsock.c Log message: Unbreak RTM_CHANGE. Unlike RTM_LOCK or RTM_GET it is OK to pass in a new gateway for RTM_CHANGE if the route is not a multipath route. Fixes issues found by benno@, OK benno@