~ubuntu-branches/debian/sid/net-tools/sid

« back to all changes in this revision

Viewing changes to README.ipv6

  • Committer: Package Import Robot
  • Author(s): Martín Ferrari
  • Date: 2015-09-07 01:54:07 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20150907015407-v2tfsgxayjd3iq4i
Tags: 1.60+git20150829.73cef8a-1
* After 14 years without an upstream release, I am producing a new package
  based on today's upstream repository.
  Closes: #391495, #486448, #323261, #260587, #545328, #511395.
* Remove many patches now merged upstream, delete unmaintainable and
  undocumented local changes, and update the rest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Notes for IPv6
2
 
--------------
3
 
 
4
 
If you are using libc5, you may need to edit the Makefile so that
5
 
libinet6 is linked in and your IPv6 include files are found in the
6
 
right place.  The definitions in question are at about line 91.  You may
7
 
also find that the header files provided with inet6-apps are not exactly
8
 
what net-tools expects.  This is not a bug in net-tools as such and will
9
 
not be fixed in future releases (though if anybody would like to contribute
10
 
a patch I would be happy to add a pointer to it here.)  If you have the
11
 
option you might consider changing to glibc instead (see below) in which
12
 
case you can use the header files supplied with the C library.
13
 
 
14
 
If you use glibc, you should ensure that you have version 2.1 or later
15
 
installed.  The 2.1 release is available from
16
 
<ftp://sourceware.cygnus.com/pub/glibc among> other places.  With this
17
 
version of the C library there should be no need to edit the Makefile
18
 
or apply any patches to net-tools.
19
 
 
20
 
Version 2.0 of glibc has no support for IPv6; patches did exist at one
21
 
point but they are now seriously outdated.  Instead you should upgrade
22
 
to glibc 2.1.
23
 
 
24
 
BUGS
25
 
----
26
 
 
27
 
"ifconfig eth0 add ..." does not currently auto-load the IPv6 module.
28