CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/01/08 08:05:44
Modified files: sys/net : route.c route.h Log message: Include the Routing Table ID in "struct rtentry" and reorder the fields such that there's no size change on, at least, amd64. This will allow us to simplify some APIs and deprecate the remaining flavors of "struct route". ok claudio@, phessler@