From owner-freebsd-questions@freebsd.org Sat Sep 12 19:34:00 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC707A0234C for ; Sat, 12 Sep 2015 19:33:59 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-wi0-x22c.google.com (mail-wi0-x22c.google.com [IPv6:2a00:1450:400c:c05::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 775111B94 for ; Sat, 12 Sep 2015 19:33:59 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by wiclk2 with SMTP id lk2so90802059wic.1 for ; Sat, 12 Sep 2015 12:33:57 -0700 (PDT) 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=9rEXbImhcgxElVC5p3VgaHQCCds/yiWRYMvJ8Z0Gnt8=; b=cXSHx8hCaX3q1cxmReHI18AWmSWecmlaIJV5nRqB8yzu5/EeNyPdub/4DiJxPRTtC/ +6ilCpTZa1tyFSrj4bAm0J+7+2OoSEc+UnPRc6nW7T3smKkfoja9EIxRNJXNcSJBLPkA aKxs6cYfsRSTTHVF/Gn900SgdyNUxgVzEZ8jdeK1RWDxr7NHwCYOTvia1s13KeFBlUp3 Jyc8Wb6EKqFN9HYjG3KQ8/TV55yH0ZyY+L7f7qDlokiUQlmO+Kzj6SAs+6LOhYRnqKrO r2QNCZYmlU+Gg6+DUd1f3xQJ0F60RXGwQqKTvZ5E2pwpIV27fr2r+YFdgK8VWvEpuXA1 QCNQ== MIME-Version: 1.0 X-Received: by 10.180.84.225 with SMTP id c1mr8699535wiz.92.1442086437794; Sat, 12 Sep 2015 12:33:57 -0700 (PDT) Received: by 10.194.16.231 with HTTP; Sat, 12 Sep 2015 12:33:57 -0700 (PDT) In-Reply-To: <55F46514.9020702@flederma.us> References: <55F398CA.7050308@flederma.us> <55F46514.9020702@flederma.us> Date: Sat, 12 Sep 2015 14:33:57 -0500 Message-ID: Subject: Re: dhclient(8) sets wrong interface netmask on boot up From: Adam Vande More To: Cary Cc: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Sep 2015 19:34:00 -0000 On Sat, Sep 12, 2015 at 12:47 PM, Cary wrote: > That was copied from the FreeBSD handbook section on managing jails > (https://www.freebsd.org/doc/handbook/jails-ezjail.html). > Yeah, but it doesn't make much sense there either. Appending cloned_interfaces instead of simply setting it is probably marginally useful to like 10 people in the world, but in this scenario only makes it a bit more complicated. It's inconsistent with every other common rc.conf setting and adds a scripting syntax which is unneeded and many are likely to be unfamiliar with. Since it's a non-experienced user using the doc a lot, distilling to bare essentials is the best. -- Adam