Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70829 - net.ethX and vlans
Summary: net.ethX and vlans
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 66472
  Show dependency tree
 
Reported: 2004-11-11 11:36 UTC by Bel Zébute
Modified: 2004-12-04 03:53 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bel Zébute 2004-11-11 11:36:03 UTC
Should'nt the script check if the kernel is 802.1q capable?

Something along the line of this:

        if [[ -n "${vlans_IFACE}" && ! -f /proc/net/vlan/config ]]; then
                eerror "You need VLAN (802.1q) kernel support."
                return 1
        fi


Reproducible: Always
Steps to Reproduce:
Comment 1 Roy Marples (RETIRED) gentoo-dev 2004-11-15 04:19:09 UTC
Fixed in CVS - we try and modprobe the vlan kernel module as well.
Comment 2 Roy Marples (RETIRED) gentoo-dev 2004-12-04 03:53:33 UTC
Fixed in baselayout-1.11.7-r1