From owner-freebsd-net@FreeBSD.ORG Fri Dec 24 16:51:14 2010 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF3EE10656A5 for ; Fri, 24 Dec 2010 16:51:14 +0000 (UTC) (envelope-from egrosbein@rdtc.ru) Received: from grosbein.pp.ru (grosbein.pp.ru [89.189.172.146]) by mx1.freebsd.org (Postfix) with ESMTP id 33F6C8FC08 for ; Fri, 24 Dec 2010 16:51:13 +0000 (UTC) Received: from grosbein.pp.ru (localhost [127.0.0.1]) by grosbein.pp.ru (8.14.4/8.14.4) with ESMTP id oBOGpAro002498; Fri, 24 Dec 2010 22:51:10 +0600 (NOVT) (envelope-from egrosbein@rdtc.ru) Message-ID: <4D14CF7E.8020902@rdtc.ru> Date: Fri, 24 Dec 2010 22:51:10 +0600 From: Eugene Grosbein User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100518 Thunderbird/3.0.4 MIME-Version: 1.0 To: Shtorm References: <4D0CFEFF.3000902@rdtc.ru> <1292844095.1917.136.camel@stormi> <4D1083D6.6010707@rdtc.ru> <1293205298.1917.191.camel@stormi> In-Reply-To: <1293205298.1917.191.camel@stormi> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Cc: net Subject: Re: lagg/lacp poor traffic distribution X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Dec 2010 16:51:15 -0000 On 24.12.2010 21:41, Shtorm wrote: > Sorry, I have no idea how to create nice diff, maybe point to small > howto will help :) Copy original file as "file.c.orig" and put your changes to "file.c" then do "diff -u file.c.orig file.c > file.c.diff" then repost file.c.diff contents.