Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 69106 - revise default /etc/conf.d/net
Summary: revise default /etc/conf.d/net
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-26 22:56 UTC by Steven Wagner
Modified: 2004-10-27 05:39 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 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