commit | 98954844ae56d142e96341d5dff959ec5518111e | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul.jakma@sun.com> | Sun Oct 15 23:33:50 2006 +0000 |
committer | Paul Jakma <paul.jakma@sun.com> | Sun Oct 15 23:33:50 2006 +0000 |
tree | 8f411f4fec908605fb4e5ea423874c6a08d82b54 | |
parent | 965b83f9cc287ca36f5a4152c2ac39007c5bc6d8 [diff] |
[lib] Handle upgrade from SUNWzebra to Quagga for 'interface fooX:Y' commands 2006-10-14 Paul Jakma <paul.jakma@sun.com> * if.c: (general) Handle upgrades from SUNWzebra, which tried to track each logical interface as a seperate struct interface, to Quagga, which assigns only one struct interface per ifindex. (if_sunwzebra_get) Try decompose a logical interface name (fooX:Y) to the 'primary' name (fooX), for Solaris. (interface_cmd) Use if_sunwzebra_get on Solaris.