Author: Julian ElischerJulian Elischer Date: May 9, 2008 16:02
julian 2008-05-09 23:00:21 UTC
FreeBSD src repository
Modified files:
lib/libc/sys Symbol.map getsockopt.2
usr.bin/netstat route.c
Log:
Add code to allow the system to handle multiple routing tables.
This particular implementation is designed to be fully backwards compatible
and to be MFC-able to 7.x (and 6.x)
Currently the only protocol that can make use of the multiple tables is IPv4
Similar functionality exists in OpenBSD and Linux.
From my notes:
-----
One thing where FreeBSD has been falling behind, and which by chance I
have some time to work on is "policy based routing", which allows
different
packet streams to be routed by more than just the destination address.
Constraints:
------------
|