Julian Elischer wrote:
Angelo Turetta wrote:
- is it possible for a single process to listen for TCP connections
using more than one socket, each with its own 'fib'?
yes, but only if you have source. you need to do a
setsockopt(SOO_SETFIB,...) on each socket before you do the listen().
Oth
Angelo Turetta wrote:
I need to run squid, serving different networks with different
(potentially conflicting) IP address schemes.
I read the original implementation notes for setfib/multiple routing
tables:
http://perforce.freebsd.org/fileViewer.cgi?FSPC=//depot/user/julian/routing/plan.txt