Routing in solaris zones

Lets see the hypothetical situation. I have Solaris 10 with 3 zones ( + global).

I have 4 network interfaces. Every zone has it's own interface.

Now from what i've learnt all network configuration must be done in global zone. It means that every single network interface must have an adress assigned in the global zone even if i only intend to use it in sub zone. Also all routes must be added in global zone (if i try to add anything in sub zone i am disallowed with information "operation not permitted"). Every interface needs its own default gateway, so i have 3 default gws in global zone. What more every sub zone inherits all default gws, which is very confusing to the network traffic. I want a situation, where every zone inherits only part of routing which is intented for that very zone. How can i achieve that if i have to do all routing in global zone and after adding any route it appears automatically in sub zones?

[951 byte] By [eXe] at [2007-11-26 6:48:40]
# 1

From my understandig Solaris 11 is going to offer some features you're requesting right now. For now you can take a look a defining routes yourself to match the behavior you want, or take a look at zebra if you have routing protocols available on your network. But I have to urge you to consult your networkadministrator before you continue in both case so you don't take down your system or the network.

hspaans at 2007-7-6 15:12:56 > top of Java-index,General,Network Configurations...