Basically as per the subject. Whar are the conceivable issues with having to default routes whose only difference is one is tied to a network interface and one is not. i.e.
netstat -rn
Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ---------- ---------
0.0.0.0 100.100.XXX.XXX UG 1 0
default 100.XXX.XXX.XXX 2 6380 net0
default 100.XXX.XXX.XXX 2 268875
For extra points is there a way to remove a specific default route, as running route delete seems to always remove the first entry displayed from netstat -rn regardless of of whether you specify a NIC or not.
thanks,
Dave