CUrrently, I am using the perl IO::Socket::Simple cpan module to perform manipulations to the current interfaces in freebsd.
However, this seems to lack the ability to add an alias ip address to an ethernet nic.
How would you suggest i go about doing this. I have kicked the idea of just using ifconfig to perform the relevant changes but it seems to be counter productive as we will not be able to retrieve the information when later configuring the interface.
Any ideas?