CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/04/21 05:52:46
Modified files:
sys/net : route.h rtsock.c
sys/sys : socket.h
Log message:
Implement a way to get information about a rtable. Currently only the rtableid
and rdomainid are returned. This is necessary to know where L2 information
of a table is stored (which will be needed soon by bgpd).
Also while there change the errno for non-existing routing tables to ENOENT.
'Fine' deraadt@
