On Mon, 12 Feb 2001, Dan Hollis wrote: > Is there plans to support RFC3021 in the kernel? > > I havent checked 2.4.x kernels for it yet... That'd be 31-bit prefixes? Looks like it's already implicitly supported, e.g. to configure 192.168.42.0/31 (.0 local; .1 remote), invoke ifconfig something like this: ifconfig <dev> 192.168.42.0 -broadcast pointopoint 192.168.42.1 If it were important, I suppose ifconfig etc cold be hacked upon to behave like this when confronted with a 31-bit mask. Urgh, thinking a bit further, it might pay to double-check what linux does about arp on pointopoint i/fs -vs- what RFC3021 requires. HTH, Neale. - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org