From owner-svn-src-all@FreeBSD.ORG Tue Feb 3 01:56:34 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2BF3C706; Tue, 3 Feb 2015 01:56:34 +0000 (UTC) Received: from mail-ie0-x234.google.com (mail-ie0-x234.google.com [IPv6:2607:f8b0:4001:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E7BA7752; Tue, 3 Feb 2015 01:56:33 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id rl12so22043044iec.11; Mon, 02 Feb 2015 17:56:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=yaHn98ipkG7nS0xxBRZU2qpZOVemVsZpmIaE2FfQr54=; b=QN4F+pgOLRyfipv+tyuvFFYnwSgTUc7DdnSEnEkAs7JhXi2ZLmnXjTtGaM3WJ8gxaK gmqyXp6HTVQTSgSMFnsQhVTJNyZaPwKIgckD8s54nsBK5Ox/zmWuhc0/M3EDj8DvBlWG TfB64J0+MX63znRYGlj44uTf8kUjDvDwnpE51sr4d3S4P38WT1/QVrODHvtucGJtROIY ws8Lc+lbhXvVXRa3YUIw4EQ65ajGDTyFe195vkJCdz8DV2JwZgYV2x3y4Cf7Q1YoJHX+ f9FXu8kHrppU6+19COg1vw7p2eewyEtyal8KCHBlXFTu6LJoRduy7SBrIlOngY4uoR46 6qNw== MIME-Version: 1.0 X-Received: by 10.50.62.83 with SMTP id w19mr15190916igr.26.1422928593323; Mon, 02 Feb 2015 17:56:33 -0800 (PST) Received: by 10.50.182.233 with HTTP; Mon, 2 Feb 2015 17:56:33 -0800 (PST) In-Reply-To: <201502030010.t130AnxI079345@svn.freebsd.org> References: <201502030010.t130AnxI079345@svn.freebsd.org> Date: Mon, 2 Feb 2015 17:56:33 -0800 Message-ID: Subject: Re: svn commit: r278119 - head/release/tools From: NGie Cooper To: Glen Barber Content-Type: text/plain; charset=UTF-8 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 01:56:34 -0000 On Mon, Feb 2, 2015 at 4:10 PM, Glen Barber wrote: > Author: gjb > Date: Tue Feb 3 00:10:48 2015 > New Revision: 278119 > URL: https://svnweb.freebsd.org/changeset/base/278119 ... ... > -ifconfig_vtnet0="SYNCDHCP mtu 1460" > +ifconfig_DEFAULT="SYNCDHCP mtu 1460" ... Why hardcode the MTU to 1460?