From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: [PATCH] Do not assume mtu the mtu of xnb and mtu interfaces on FreeBSD. Date: Mon, 20 Apr 2015 11:01:59 +0100 Message-ID: <20150420100159.GF20027@zion.uk.xensource.com> References: <1429513972-3834-1-git-send-email-gustau.perez@gmail.com> <5534C610.2000902@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Yk8fJ-0002Rg-Um for xen-devel@lists.xenproject.org; Mon, 20 Apr 2015 10:10:58 +0000 Content-Disposition: inline In-Reply-To: <5534C610.2000902@citrix.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: Roger Pau =?iso-8859-1?Q?Monn=E9?= Cc: Gustau Perez , xen-devel@lists.xenproject.org, Ian Jackson , Ian Campbell , Wei Liu List-Id: xen-devel@lists.xenproject.org On Mon, Apr 20, 2015 at 11:25:36AM +0200, Roger Pau Monn=E9 wrote: > 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. > = The patch title is a bit cryptic. Maybe change it to: hotplug: set network interface MTU to bridge MTU on FreeBSD ? In any case Acked-by: Wei Liu Wei. > Roger.