diff options
author | Miloslav Trmac <mitr@volny.cz> | 2006-05-14 01:34:30 +0000 |
---|---|---|
committer | Miloslav Trmac <mitr@volny.cz> | 2006-05-14 01:34:30 +0000 |
commit | 599631bda00f650cdfc6e3f39d112efc0bb7c6bf (patch) | |
tree | f2139af6236f9fc2027276b8cf3994f0d9cb8aff /sysconfig.txt | |
parent | 906238c891d3f02b4c706457783694e3a01d91ce (diff) | |
download | initscripts-599631bda00f650cdfc6e3f39d112efc0bb7c6bf.tar initscripts-599631bda00f650cdfc6e3f39d112efc0bb7c6bf.tar.gz initscripts-599631bda00f650cdfc6e3f39d112efc0bb7c6bf.tar.bz2 initscripts-599631bda00f650cdfc6e3f39d112efc0bb7c6bf.tar.xz initscripts-599631bda00f650cdfc6e3f39d112efc0bb7c6bf.zip |
Modify IPV6TO4_ROUTING to also add addresses on the interfaces
Add RFC 3041 (IPv6 privacy) support
(patch for both by Peter Bieringer <pb@bieringer.de>)
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index ff136580..1b224d9c 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -590,6 +590,9 @@ Files in /etc/sysconfig/network-scripts/ Note: Must be greater or equal to 1280. Example: IPV6_MTU="1280" + IPV6_PRIVACY=rfc3041 + Enables RFC 3041 IPv6 privacy support if set. + Default: RFC 3041 support disabled Special configuration options for multi-homed hosts etc. IPV6_ROUTER=yes|no: Controls IPv6 autoconfiguration @@ -615,10 +618,10 @@ Files in /etc/sysconfig/network-scripts/ IPV6TO4_MTU="1280" Default: MTU of master device - 20 IPV6TO4_ROUTING="<device>-<suffix>/<prefix length> ..." (optional) - A list of routing tokens to setup proper IPv6 routes on the LAN + A list of routing tokens to setup proper IPv6 interfaces on the LAN Example: - IPV6TO4_ROUTING="eth0-:0004::0/64 eth1-:0005::0/64" - Will create one route per eth0 and eth1, taking given SLA + IPV6TO4_ROUTING="eth0-:0004::1/64 eth1-:0005::1/64" + Will create one address per eth0 and eth1, taking given SLA Optional settings for a 6to4 tunnel or a ppp link IPV6_CONTROL_RADVD=yes|no (optional) |