From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 51593138A1F for ; Sat, 12 Apr 2014 06:24:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F535E09DF; Sat, 12 Apr 2014 06:24:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AAA3BE09DF for ; Sat, 12 Apr 2014 06:24:50 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D02BF3401BD for ; Sat, 12 Apr 2014 06:24:49 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 617) id 9E4862004B; Sat, 12 Apr 2014 06:24:48 +0000 (UTC) From: "Sven Vermeulen (swift)" To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-net-modules.xml X-VCS-Repository: gentoo X-VCS-Files: hb-net-modules.xml X-VCS-Directories: xml/htdocs/doc/en/handbook X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140412062448.9E4862004B@flycatcher.gentoo.org> Date: Sat, 12 Apr 2014 06:24:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@lists.gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: a7000044-cf37-484b-8a91-eac1032b9a04 X-Archives-Hash: aca8edc87ea68f7f3e298d6d9745ab56 swift 14/04/12 06:24:48 Modified: hb-net-modules.xml Log: Fix bug #501782 - VLAN support is handled by iproute2 nowadays, thanks to Brian Evans Revision Changes Path 1.31 xml/htdocs/doc/en/handbook/hb-net-modules.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml?r1=1.30&r2=1.31 Index: hb-net-modules.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- hb-net-modules.xml 17 Dec 2013 11:48:58 -0000 1.30 +++ hb-net-modules.xml 12 Apr 2014 06:24:48 -0000 1.31 @@ -4,7 +4,7 @@ - + @@ -13,8 +13,8 @@ different DHCP clients, setting up bonding, bridging, VLANs and more. -13 -2013-12-17 +14 +2014-04-12
Network Modules @@ -437,8 +437,8 @@

-For VLAN support, emerge net-misc/vconfig. Also make sure that you use -iproute2 as configuration module rather than ifconfig. +For VLAN support, make sure that sys-apps/iproute2 is installed and ensure +that iproute2 is used as configuration module rather than ifconfig.