]> git.ozlabs.org Git - ppp.git/blobdiff - README.sol2
Previously, the calls to execute up/down scripts were commented out for Solaris,
[ppp.git] / README.sol2
index 2f4a6f658e265c4cf1ae17e3d95b519d2d371498..0a4c9152815efd4d826a8c668e1ef0ae01646d20 100644 (file)
@@ -45,10 +45,39 @@ create an /etc/ppp/ip-up script containing something like this:
 
 See the man page for ip(7p) for details.
 
+Snoop support.
+**************
+
+This version includes support for /usr/sbin/snoop. Tests has been done
+on both Solaris 7 and 8. Only IPv4 and IPv6 packets will be sent
+up to streams marked as promiscuous, e.g, snoop et al.
+
+IPv6 Support.
+*************
+
+This version has been tested under Solaris 8 running IPv6. As of now,
+interoperability testing has only been done between Solaris machines
+in terms of the IPV6 NCP. An additional command line option for the
+pppd daemon has been added: ipv6cp-use-persistent
+
+By default, compilation for IPv6 support is not enabled. Uncomment the
+necessary lines in pppd/Makefile.sol2 to enable it. Once done, the
+quickest way to get IPv6 running is to add the following somewhere
+in the command line option:
+
+       +ipv6 ipv6cp-use-persistent
+
+The persistent id for the link-local address was added to conform to
+RFC 2472; such that if there's an EUI-48 available, use that to make up
+the EUI-64. As of now, the Solaris implementation extracts the EUI-48
+id from the Ethernet's MAC address (the ethernet interface needs to
+be up). Future works might support other ways of obtaining a unique
+yet persistent id, such as EEPROM serial numbers, etc.
+
 64-bit Support.
 ***************
 
-This version has been tested under Solaris 7 (and Solaris 8 Beta) in both 
+This version has been tested under Solaris 7 (and Solaris 8 ) in both 
 32- and 64-bits environments (Ultra class machines). Installing the package
 by executing "make install" will result in additional files residing in
 /kernel/drv/sparcv9 and /kernel/strmod/sparcv9 subdirectories.