From owner-freebsd-net@FreeBSD.ORG Tue Nov 6 16:14:44 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ABE6E73B for ; Tue, 6 Nov 2012 16:14:44 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 538648FC0A for ; Tue, 6 Nov 2012 16:14:43 +0000 (UTC) Received: by mail-vc0-f182.google.com with SMTP id fw7so722962vcb.13 for ; Tue, 06 Nov 2012 08:14:43 -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=6qO7JWiYJ0Ia/rKSA6mzT4XfaM0qbASE5KUACb7o1UY=; b=SK/ohEitX0IQU4BB3D0jIB76TD9j6j0Q3bZ4YCeuzGFx8eqvsn7XwBhJqKgrBQZoc/ 1luM2kqFCaVGDWiHxFP+cIIVLmjnKvzxzGzc6oYK50t78UOe6gCjbGFmFdp64OPPA2wN fCf/89XRYgX9n5twJ5ZlnRvWY+udElhmgBAEjo7CWf7+RxroW4Urwsx+Ql0pZh8VQcym rOvI4bReIaWEoTpjT/gSiTLTQpBkGYUB53H+udTNEThc9vJ5hhuPxSZs41kJsx+AaE8n IsEq3npGq622Ud7hWey+tCF/c5yzF/mvgNixftQhE+rMU/pFSh0pZlBGASur9L48AGZu vswg== MIME-Version: 1.0 Received: by 10.58.239.162 with SMTP id vt2mr1449066vec.1.1352218483262; Tue, 06 Nov 2012 08:14:43 -0800 (PST) Received: by 10.58.207.114 with HTTP; Tue, 6 Nov 2012 08:14:43 -0800 (PST) In-Reply-To: References: Date: Tue, 6 Nov 2012 11:14:43 -0500 Message-ID: Subject: Re: NG nodes on cisco-style vlan interfaces From: Ryan Stone To: Nikolay Nevzorov Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-net X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 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, 06 Nov 2012 16:14:44 -0000 Unfortunately netgraph doesn't allow dots in node names (or hook names), because that would cause an ambiguity in parsing netgraph paths. You can name an unnamed node by running "ngctl [nodeid]: name", but of course the name must be both valid and unique. On Tue, Nov 6, 2012 at 5:48 AM, Nikolay Nevzorov wrote: > Create vlan interface in cisco-style, eg vlan 3 on fxp0 is fxp0.3, but in > ngctl list i can't find node named fxp0.3. But i can see new > ethernet node > What cause this problem? Dot in the name of interface? How can i rename > unnamed node to use it? > > -- > Nikolay Nevzorov > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >