Include the Routing Table ID in "struct rtentry" and reorder the fields
authormpi <mpi@openbsd.org>
Thu, 8 Jan 2015 15:05:44 +0000 (15:05 +0000)
committermpi <mpi@openbsd.org>
Thu, 8 Jan 2015 15:05:44 +0000 (15:05 +0000)
commitfa6c7e6bbd4028141ead8f8882462f15b04efca8
treeee4567604d29be3493ae4a987010c9ccf0701837
parent8c023157f568c27d8c9df36edc287db0b4676746
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@
sys/net/route.c
sys/net/route.h