diff options
author | Bill Nottingham <notting@redhat.com> | 2003-01-07 21:18:38 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2003-01-07 21:18:38 +0000 |
commit | d5382134f21c8b2ad8df0ac7e50e7bd460b7589e (patch) | |
tree | d346ee09f21a852a95f2b6dd1736deb1c9fb2b02 /changes.ipv6 | |
parent | 3061c823c0566c5efeefae12d48d4bb95c2acc7a (diff) | |
download | initscripts-d5382134f21c8b2ad8df0ac7e50e7bd460b7589e.tar initscripts-d5382134f21c8b2ad8df0ac7e50e7bd460b7589e.tar.gz initscripts-d5382134f21c8b2ad8df0ac7e50e7bd460b7589e.tar.bz2 initscripts-d5382134f21c8b2ad8df0ac7e50e7bd460b7589e.tar.xz initscripts-d5382134f21c8b2ad8df0ac7e50e7bd460b7589e.zip |
IPv6 updates <pekkas@netcore.fi>, <pb@bieringer.de>
Diffstat (limited to 'changes.ipv6')
-rw-r--r-- | changes.ipv6 | 34 |
1 files changed, 24 insertions, 10 deletions
diff --git a/changes.ipv6 b/changes.ipv6 index 1d55a0ca..0ad0cd65 100644 --- a/changes.ipv6 +++ b/changes.ipv6 @@ -1,4 +1,4 @@ -v1.4 10th Jan 2002, Pekka Savola <pekkas@netcore.fi> +v1.5 4th Dec 2002, Pekka Savola <pekkas@netcore.fi> IPv6 CHANGES ============ @@ -6,16 +6,20 @@ IPv6 CHANGES This mentions the most important changes (visible to the administrator) in IPv6 initscripts. -RHL71 -> RHL72 +RHL80 -> CURRENT +---------------- + + - 6to4 device MTU is taken calculated explicitly, IPV6TO4_MTU support added + - add route6-<device> static route support + - secondary IPv6 addresses are configurable on tunnel interfaces too + +RHL73 -> RHL80 -------------- - - 6to4 tunneling support was added using device sit0 - - Tunneling method was changed from NBMA (now obsolete) to dedicated - - Automatic tunneling configured was moved from ifcfg-sit0 to - IPV6_AUTOTUNNEL at /etc/sysconfig/network + - no major functional changes -RHL72 -> Current ----------------- +RHL72 -> RHL73 +-------------- - 6to4 device changed from sit0 to tun6to4 - 6to4 assumes the anycast (closest) 6to4 server is used (192.88.99.1) @@ -35,8 +39,18 @@ Rough guide to migration: it with something like IPV6_DEFAULTDEV=tun6to4 in /etc/sysconfig/network - If you need autotunneling, use IPV6_AUTOTUNNEL in /etc/sysconfig/network -More information ----------------- +RHL71 -> RHL72 +-------------- + + - 6to4 tunneling support was added using device sit0 + - Tunneling method was changed from NBMA (now obsolete) to dedicated + - Automatic tunneling configured was moved from ifcfg-sit0 to + IPV6_AUTOTUNNEL at /etc/sysconfig/network + + + +Some more information +--------------------- http://www.bieringer.de/linux/IPv6/IPv6-HOWTO/scripts/current/ ,in particular: http://www.bieringer.de/linux/IPv6/IPv6-HOWTO/scripts/current/index.html#migration |