File: README.ipv6

package info (click to toggle)
sdpnetstat 1.60-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 1,436 kB
  • ctags: 1,134
  • sloc: ansic: 13,123; makefile: 299; sh: 102
file content (28 lines) | stat: -rw-r--r-- 1,201 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Notes for IPv6
--------------

If you are using libc5, you may need to edit the Makefile so that
libinet6 is linked in and your IPv6 include files are found in the
right place.  The definitions in question are at about line 91.  You may
also find that the header files provided with inet6-apps are not exactly
what net-tools expects.  This is not a bug in net-tools as such and will
not be fixed in future releases (though if anybody would like to contribute
a patch I would be happy to add a pointer to it here.)  If you have the
option you might consider changing to glibc instead (see below) in which
case you can use the header files supplied with the C library.

If you use glibc, you should ensure that you have version 2.1 or later
installed.  The 2.1 release is available from
<ftp://sourceware.cygnus.com/pub/glibc among> other places.  With this
version of the C library there should be no need to edit the Makefile
or apply any patches to net-tools.

Version 2.0 of glibc has no support for IPv6; patches did exist at one
point but they are now seriously outdated.  Instead you should upgrade
to glibc 2.1.

BUGS
----

"ifconfig eth0 add ..." does not currently auto-load the IPv6 module.