From owner-freebsd-net@FreeBSD.ORG Tue Feb 15 16:53:10 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABC73106566B for ; Tue, 15 Feb 2011 16:53:10 +0000 (UTC) (envelope-from lacombar@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 71EE08FC12 for ; Tue, 15 Feb 2011 16:53:10 +0000 (UTC) Received: by iyb26 with SMTP id 26so259276iyb.13 for ; Tue, 15 Feb 2011 08:53:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=h/w3X4gmM65gPhWbwhoha1ePFcq9ufisosEsagcZy5I=; b=NY3CKAND9uu7SkHXMVJ9qepYs0CL9xG1HD+pp9S735p7gW/sOM/N9CmA888hSYHt6z pgP+/cfqundM7Z0qTEQLTXzpDXLqf4OXfc1vN8BCBfVi555d+kWsWvXs0Ya1s5TuZelE phIsLhAf2L65KqVeTh/78u1MIt9IOs46FQQ6w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=v5hM4gC4A3Fi9uj4kDII36OF+gMjcP+Jm6GRdBBY87wRS22J/+mQ9/Lkh5519tQvdf 7bxDITwtJheRl4L4cW9PCF6YA5Cq3p9lpyUDKODc/xweoWiSizqFYPv0inhovXQnMdtl 51b7QRRdgH83daf/zm6wC9506rOdHgduC1f8A= MIME-Version: 1.0 Received: by 10.42.229.135 with SMTP id ji7mr6982816icb.365.1297788789267; Tue, 15 Feb 2011 08:53:09 -0800 (PST) Received: by 10.42.164.201 with HTTP; Tue, 15 Feb 2011 08:53:09 -0800 (PST) In-Reply-To: <4D5AAA28.50408@freebsd.org> References: <4D5AAA28.50408@freebsd.org> Date: Tue, 15 Feb 2011 11:53:09 -0500 Message-ID: From: Arnaud Lacombe To: Julian Elischer Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Nikolay Denev , freebsd-net@freebsd.org Subject: Re: ng_ether and vlan interfaces 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: Tue, 15 Feb 2011 16:53:10 -0000 Hi, On Tue, Feb 15, 2011 at 11:30 AM, Julian Elischer wrot= e: > changing it to '_' might be accceptable, =A0'.' is much like '/' in th > filesystem. > it is a separator. You can't have it in the name. > a patch that converted . to _ would be a nice idea. > please ensure that the man page is updated as well. > Doesn't FreeBSD care about kernel/userland backward interface compatibility at all ? ie. will all my scripts assuming '.' as a separator need to also check the FreeBSD version to use whatever path separator ? How would you do that with bare ngctl script, which cannot be really that evolved ? How do you deal with node in the wild already using '_' in their name ? Thanks, - Arnaud