Greetings,

It’s very cool to hear you guys are interested in separate routing.

Having multiple stacks duplicates a lot of structures for each stack
which don't have to be duplicated.  With your approach you need a new
jail for every new stack.  In each jail you have to run a new instance
of a routing daemon (if you do routing).  And it precludes having one
routing daemon managing multiple routing tables.  While removing one
limitation you create some new ones in addition to the complexity.

Running multiple routing daemons isn’t too much of a problem though.  The
memory size isn’t usually very high, and it is more likely to be secure if
the daemons are separate.  If somebody was going to run a large instance of
routing they should probably use a router, not a unix box.

Regards,
Dave Seddon
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to