On Mon, Sep 05, 2005 at 11:42:24AM -0500, Zachary Kotlarek wrote:
>
> Are you trying to get labels for your "interfaces" or just additional
> addresses? The 3.2.2 bootscripts call `ip addr add`, which will work
> for as many IP addresses as you'd like to use on an interface. Unless
> I'm mis
On Sep 5, 2005, at 7:33 AM, Archaic wrote:
In the good ol' days, one could merely have an ifconfig eth0:{1,2,3}
etc. to alias as many addresses as one desired. Then we switched to
iproute2 and that broke. According to "man ip" we need a way to add a
LABEL=something to the ifconfig files so we c
In the good ol' days, one could merely have an ifconfig eth0:{1,2,3}
etc. to alias as many addresses as one desired. Then we switched to
iproute2 and that broke. According to "man ip" we need a way to add a
LABEL=something to the ifconfig files so we can call ip with a label
argument. At least that