Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 69106

Summary: revise default /etc/conf.d/net
Product: Gentoo Linux Reporter: Steven Wagner <stevenwagner>
Component: [OLD] baselayoutAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Steven Wagner 2004-10-26 22:56:23 UTC
This bug is being opened for work on building better comments in /etc/conf.d/net .  Currently conf.d/net has many capabilities which are not shown how to use anywhere, and only can be discovered by examining the complex /etc/init.d/net.eth0 file. The intent is to gather usage examples to be included in the default file as comments.  This bug has spawned from another bug, Bug 38538, which spoke about this issue but was only focused on a dhcp issue.
Comment 1 Steven Wagner 2004-10-26 23:00:54 UTC
as found in /etc/init.d/net.eth0 ...

# setup_vars: setup variables based on $1 and content of /etc/conf.d/net
# The following variables are set, which should be declared local by
# the calling routine.
#       status_IFACE                    (up or '')
#       vlans_IFACE                             (space-separated list)
#       ifconfig_IFACE                  (array of ifconfig lines, replaces iface_IFACE)
#       dhcpcd_IFACE                    (command-line args for dhcpcd)
#       routes_IFACE                    (array of route lines)
#       inet6_IFACE                             (array of inet6 lines)
#       ifconfig_fallback_IFACE (fallback ifconfig if dhcp fails)
Comment 2 SpanKY gentoo-dev 2004-10-27 05:39:32 UTC
with 1.11.x, /etc/conf.d/net is a blank file

make sure your work is still valid against net.example in 1.11.x