From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q4Tny-0007Sg-Ss for garchives@archives.gentoo.org; Tue, 29 Mar 2011 07:57:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79DF21C01D; Tue, 29 Mar 2011 07:57:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 482D01C01D for ; Tue, 29 Mar 2011 07:57:27 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C87B91B403F for ; Tue, 29 Mar 2011 07:57:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id DD87B8006A for ; Tue, 29 Mar 2011 07:57:25 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <8a45d5e24e1c5ee40486d0baaf946edd92913ae4.robbat2@gentoo> Subject: [gentoo-commits] proj/openrc:master commit in: doc/ X-VCS-Repository: proj/openrc X-VCS-Files: doc/net.example.Linux.in X-VCS-Directories: doc/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 8a45d5e24e1c5ee40486d0baaf946edd92913ae4 Date: Tue, 29 Mar 2011 07:57:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: e4ee8df2c0f1f1de5d88c28be415aea8 commit: 8a45d5e24e1c5ee40486d0baaf946edd92913ae4 Author: Robin H. Johnson gentoo org> AuthorDate: Tue Mar 29 07:54:48 2011 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Tue Mar 29 07:54:50 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3D8a45d5e2 Bug #360963: Improve interface naming/set_name_type documentation on new = vlan code. This is primarily for users with set_name_type settings from previous sysadmins can easily see what changes to make. Signed-off-by: Robin H. Johnson gentoo.org> --- doc/net.example.Linux.in | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in index 69c9ba6..424c677 100644 --- a/doc/net.example.Linux.in +++ b/doc/net.example.Linux.in @@ -540,11 +540,21 @@ =20 # You can also configure the VLAN - see for ip man page for more details # To change the vlan interface name. If not set, the standard "iface.vla= nid" -# will be used +# will be used. This is the replacement for the old 'vconfig set_name_ty= pe' +# functionality. #vlan1_name=3D"vlan1" #vlan2_name=3D"eth0.2" + +# The following shows the old set_name_type setting and what new option = to set: +# Using eth9 & VLAN VID 26 as an example. +# VLAN_PLUS_VID vlan26_name=3D"vlan0026" +# VLAN_PLUS_VID_NO_PAD vlan26_name=3D"vlan26" +# DEV_PLUS_VID vlan26_name=3D"eth9.0026" +# DEV_PLUS_VID_NO_PAD vlan26_name=3D"eth9.26" + # Set the vlan flags #vlan1_flags=3D"reorder_hdr off gvrp on loose_binding on" + # Configure in/egress maps #vlan1_ingress=3D"2:6 3:5" #vlan1_egress=3D"1:2"