Received: by oss.sgi.com id ; Sun, 7 Jan 2001 08:57:20 -0800 Received: from shell.cyberus.ca ([209.195.95.7]:38052 "EHLO shell.cyberus.ca") by oss.sgi.com with ESMTP id ; Sun, 7 Jan 2001 08:57:08 -0800 Received: from localhost (hadi@localhost) by shell.cyberus.ca (8.9.3/666/Cyberus Online Inc.) with ESMTP id LAA21226; Sun, 7 Jan 2001 11:56:26 -0500 (EST) X-Authentication-Warning: shell.cyberus.ca: hadi owned process doing -bs Date: Sun, 7 Jan 2001 11:56:26 -0500 (EST) From: jamal To: Chris Wedgwood cc: Ben Greear , linux-kernel , "netdev@oss.sgi.com" Subject: Re: [PATCH] hashed device lookup (Does NOT meet Linus' sumission policy!) In-Reply-To: <20010107162905.B1804@metastasis.f00f.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-netdev@oss.sgi.com Precedence: bulk Return-Path: X-Orcpt: rfc822;netdev-outgoing Content-Length: 719 Lines: 22 On Sun, 7 Jan 2001, Chris Wedgwood wrote: > That said, if this was done -- how would things like routing daemons > and bind cope? I dont know of any routing daemons that are taking advantage of the alias interfaces today. This being said, i think that the fact that a lot of protocols that need IP-ization are coming up eg VLANs; you should see a good use for this. Out of curiosity for the VLAN people, how do you work with something like Zebra? One could have the route daemon take charge of management of these devices, a master device like "eth0" and a attached device like "vlan0". They both share the same ifindex but different have labels. Basically, i dont think there would be a problem. cheers, jamal