Gentoo Archives: gentoo-dev

From: Peter Johanson <latexer@g.o>
To: Seemant Kulleen <seemant@g.o>
Cc: gentoo-dev@g.o
Subject: Re: [gentoo-dev] IPv6 support in network initscripts
Date: Sun, 01 Jun 2003 12:46:53
Message-Id: 20030601124848.GA3456@gonzo.peterjohanson.com
In Reply to: Re: [gentoo-dev] IPv6 support in network initscripts by Seemant Kulleen
1 On Sat, May 31, 2003 at 11:13:11PM -0700, Seemant Kulleen wrote:
2 > there's something which occurs to me -- in /etc/rc.conf there is a way to specify which protocols you allow. Do our net scripts already have ipv6 support, I wonder? or is that stuff in rc.conf for some other purpose?
3 >
4 I've never seen anything which actually sources rc.conf and uses the
5 PROTOCOL variable in any way. I have no idea why that's there. anybody
6 enlighten me?
7
8 Our current scripts (in the stable baselayout, not sure about ~arch)
9 lets you specify inet6_ethX in the /etc/conf.d/net file, and adds that
10 alias to the device. In reality, there are three different ways to
11 configure the IPv6 attributes of a device. First, you can configure
12 everything by hand. Setting an IP, default route, etc. IPv6 also
13 specificies the existance of autoconfiguration via "Router
14 Advertisement." This is basically a stateless, automatic "DHCP-like"
15 configuration. Thirdly, there is specification for a stateful
16 configuration using DHCPv6.
17
18
19 Our initscript *should* be made to account for all of these
20 possiblities. Doing this well might get a little messy though.
21
22 >
23 > --
24 > Seemant Kulleen
25 > Developer and Project Co-ordinator,
26 > Gentoo Linux http://www.gentoo.org/~seemant
27 >
28 > Public Key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x3458780E
29 > Key fingerprint = 23A9 7CB5 9BBB 4F8D 549B 6593 EDA2 65D8 3458 780E
30
31
32
33 --
34 Peter Johanson
35 <latexer@g.o>

Replies

Subject Author
Re: [gentoo-dev] IPv6 support in network initscripts Matt Thrailkill <xwred1@×××××××××.net>
Re: [gentoo-dev] IPv6 support in network initscripts Martin Schlemmer <azarah@g.o>