From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vince Busam Subject: Re: [PATCH 00/26] IPVS: Add first IPv6 support to IPVS. Date: Wed, 11 Jun 2008 15:26:06 -0700 Message-ID: <485050FE.6030209@google.com> References: <1213204329-10973-1-git-send-email-juliusv@google.com> <48500A0D.5020304@trash.net> <48501C81.6010800@trash.net> <4850233E.7090501@trash.net> <48502826.9060502@trash.net> <48503BBD.6000307@google.com> <485043E6.5030105@candelatech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Julius Volz , Patrick McHardy , lvs-devel@vger.kernel.org, netdev@vger.kernel.org To: Ben Greear Return-path: In-Reply-To: <485043E6.5030105@candelatech.com> Sender: lvs-devel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Ben Greear wrote: > You can have the kernel ignore any data it doesn't understand (ie, if > struct is 24 bytes, > but the kernel expects 20 bytes, just ignore the last 4). This way it > should > work with newer binaries. Currently, the IPVS code specifically checks that length, so all kernels up to now won't play well with any changes to the structs. Vince