[1340] in linux-net channel archive
new ipaliasing support
daemon@ATHENA.MIT.EDU (Juan Jose Ciarlante)
Mon Nov 6 19:15:53 1995
Date: Mon, 6 Nov 1995 11:53:58 +0400 (MDZ)
From: Juan Jose Ciarlante <jjciarla@raiz.uncu.edu.ar>
To: Linux kernel develop <linux-kernel@vger.rutgers.edu>
cc: Linux Net <linux-net@vger.rutgers.edu>
Hi!
I have finished the new ip-alias support for linux.
It is working succesfully in my test environment (linux box
with eth0 & tr0) with several aliases per iface.
Features:
=========
o addr, netmask, broadcast & dest-addr support.
o flags support: IFF_UP, IFF_NOARP, IFF_BROADCAST, IFF_POINTOPOINT.
o ioctl device emulation, ie. new ip aliases are 'seen' as if they
were devices, so
o no netw apps need patching, not even ifconfig. All netw apps that
ioctl SIOCGIFCONF work ok (eg, those that ioctl the devices to
find broadcast capabilities).
o /proc/net/ip_alias entry.
o Fast lookups due to array-storing and caching.
Availability:
=============
Patches for kernels 1.2.13 & 1.3.37.
You can ftp them from 200.9.147.228 , directory /pub/linux/ip_alias
If you have any trouble, please contact me.
Juanjo
jjciarla@raiz.uncu.edu.ar