Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 461850 - home-router-howto.xml using bash style for /etc/conf.d/net
Summary: home-router-howto.xml using bash style for /etc/conf.d/net
Status: RESOLVED FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Project-specific documentation (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-15 20:06 UTC by Tina
Modified: 2013-04-03 18:32 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 Tina 2013-03-15 20:06:43 UTC
The http://www.gentoo.org/doc/en/home-router-howto.xml in Code Listing 3.1: Setting up eth1 and Code Listing 3.2: Setting up eth1  the examples are using the old style conf.d/net layout 
some examples :
config_eth1=( "dhcp" ) should be config_eth1=dhcp
config_eth1=( "66.92.78.102 broadcast 66.92.78.255 netmask 255.255.255.0" )   should be config_eth1="66.92.78.102 netmask 255.255.255.0 brd 66.92.78.255"
not shure about this next one 
routes_eth1=( "default gw 66.92.78.1" ) should be routes_eth1=66.92.78.1