CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/03 07:26:27
Modified files:
sys/net : route.c route.h
Log message:
Remove unused ``rt_tableid'' field from "struct rtentry".
This reduces the size of the structure by 8 bytes on amd64 now that
we are using an index instead of a pointer for reaching interfaces.
