OSDN Git Service

Add MS7619SE
[uclinux-h8/uClinux-dist.git] / user / radvd / TODO
1 $Id: TODO,v 1.11 2002/01/12 17:48:43 psavola Exp $
2
3 read list of interfaces with SIOCGIFCONF (AF_INET6 support in the kernel would
4 be nice) or from /proc
5
6 follow interface state via netlink interface and send RAs only when the
7 interface is up
8
9 use getaddrinfo() instead of inet_pton in scanner.l so that DNS names
10 can be used
11
12 Quoting Peter Bieringer (peter@bieringer.de):
13 > Das war's schon. Ach ja, wenn Du mal eine neue Version machst, kannst Du
14 > noch einen Schalter einbauen, damit radvd trotz debug-level >0 auf Wunsch
15 > als daemon in den Hintergrund starten kann?
16 [ Peter wants that a debugging level greater than 0 doesn't stop radvd
17 from forking.]
18
19 support for few protocol constants defined in RFC 2461 Sec 10 is missing.
20
21 consider whether it's worth integrating radvdump print_ff and print_ra
22 functions as they provide very similar service and there's some code
23 duplication.
24
25 consider whether UnicastOnly flag should be detected by radvdump.
26
27 read the man pages one more time and make sure their are understandable
28 and English is correct