Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9318 - net-misc/vlan-1.6 ebuild (new)
Summary: net-misc/vlan-1.6 ebuild (new)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL: http://www.candelatech.com/~greear/vl...
Whiteboard:
Keywords:
: 5371 9809 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-10-18 15:17 UTC by Andy Dustman
Modified: 2003-04-04 01:26 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebulid for vlan-1.6 (vlan-1.6.ebuild,774 bytes, text/plain)
2002-10-18 15:18 UTC, Andy Dustman
Details
Makefile fixes (vlan-1.6-Makefile.patch,436 bytes, patch)
2002-10-18 15:21 UTC, Andy Dustman
Details | Diff
vlan-1.6.ebuild (vlan-1.6.ebuild,566 bytes, text/plain)
2002-10-28 14:01 UTC, Cory Visi (RETIRED)
Details
Updated /etc/init.d/net.eth0 with VLAN support (net.eth0,5.12 KB, text/plain)
2002-10-28 15:50 UTC, Andy Dustman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Dustman 2002-10-18 15:17:26 UTC
This builds vconfig, which is used for configuring VLAN/802.1g networking. The
kernel must be configured to support this as well; support has been in the main
kernel tree since 2.4.14.
Comment 1 Andy Dustman 2002-10-18 15:18:14 UTC
Created attachment 4806 [details]
ebulid for vlan-1.6
Comment 2 Andy Dustman 2002-10-18 15:21:05 UTC
Created attachment 4807 [details, diff]
Makefile fixes

fix CFLAGS
Comment 3 Andy Dustman 2002-10-18 15:42:21 UTC
Minor oops: change the dobin in the ebuild to dosbin
Comment 4 SpanKY gentoo-dev 2002-10-18 17:25:56 UTC
*** Bug 5371 has been marked as a duplicate of this bug. ***
Comment 5 SpanKY gentoo-dev 2002-10-28 10:48:13 UTC
*** Bug 9809 has been marked as a duplicate of this bug. ***
Comment 6 Cory Visi (RETIRED) gentoo-dev 2002-10-28 14:01:45 UTC
Created attachment 5140 [details]
vlan-1.6.ebuild

I combined the best of our two ebuilds for vlan. Hope this is helpful.
Comment 7 Andy Dustman 2002-10-28 15:50:31 UTC
Created attachment 5141 [details]
Updated /etc/init.d/net.eth0 with VLAN support

Here's an updated version of net.eth0 for starting up the network with vlans.
My /etc/conf.d/net looks like this:

# bring up interface with no IP
iface_eth0="up"

# VLANs on this interface
iface_eth0_vlans="20 100 500"

# VLAN-specific configuration (passed to ifconfig)
iface_eth0_500="dhcp"
iface_eth0_20="172.16.1.12 broadcast 172.16.1.255 netmask 255.255.255.0"
iface_eth0_100="172.16.0.7 broadcast 172.16.0.255 netmask 255.255.255.0"
Comment 8 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:21:35 UTC
db fix
Comment 9 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:26:27 UTC
db fix