From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [question] ipt_CLUSTERIP and address length Date: Thu, 25 Feb 2010 11:23:22 +0100 Message-ID: <4B864F9A.90207@trash.net> References: <20100225101257.GC2667@psychotron.lab.eng.brq.redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20100225101257.GC2667@psychotron.lab.eng.brq.redhat.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Jiri Pirko Cc: netfilter-devel@vger.kernel.org, coreteam@netfilter.org, netfilter@vger.kernel.org Jiri Pirko wrote: > Hi all. > > I want to ask if there is any particular reason for ipt_CLUSTERIP to support > only address length of 6 (ETH_ALEN)? It seems to me reasonable for this to work > even with another types of network hw with different addr_len. None that I'm aware of, but the length is also used in the ABI, so you presently can't supply larger addresses.