From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?windows-1252?Q?Roger_Pau_Monn=E9?= Subject: Re: [PATCH] Do not assume mtu the mtu of xnb and mtu interfaces on FreeBSD. Date: Mon, 20 Apr 2015 11:25:36 +0200 Message-ID: <5534C610.2000902@citrix.com> References: <1429513972-3834-1-git-send-email-gustau.perez@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Yk7xq-0006y2-7d for xen-devel@lists.xenproject.org; Mon, 20 Apr 2015 09:26:02 +0000 In-Reply-To: <1429513972-3834-1-git-send-email-gustau.perez@gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Gustau Perez , xen-devel@lists.xenproject.org Cc: Wei Liu , Ian Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org El 20/04/15 a les 9.12, Gustau Perez ha escrit: > On creation time, tap and xnb interfaces are created with an mtu of > 1500 bytes, assuming the bridge will have the same value. > Instead, check the bridge mtu and configure the new xnb or > tap interface with the same value. > = > The tools used are sed and ifconfig, both included on base. No need > to install additional ports (no new dependences). > = > Signed-off-by: Gustau Perez Acked-by: Roger Pau Monn=E9 +CCing the tools maintainers. Roger.