Subject: Adding aliases to an interface
To: port-pmax@NetBSD.ORG <port-pmax@NetBSD.ORG>
From: Bill Harris <billh@airmail.net>
List: port-pmax
Date: 01/15/1998 13:47:03
Ok, what's wrong with this?

le0 = xxx.yyy.zzz.100

I want to add .110 as an alias to this interface

Looking at the dhclient script and the man pages,
I pull this example out and try it, but it just
exits with no info.

ifconfig le0 inet alias xxx.yyy.zzz.110

Gives me:
ifconfig: SIOCAIFADDR: File exists

Does aliasing work on 1.3?

Bill