Age | Commit message (Collapse) | Author |
|
|
|
route(4) sockets only ever ship a single routing message per read(2)
call, so simplify this. Mostly mechanical diff for now, some further
cleanups will follow.
ok rob@ florian@
|
|
- pointless casts, kill caddr_t or replace it with char *
- signed counters
- simplify if_getmtu, only one method is needed and SIOCGIFMTU is the
cheapest
- we no longer have drivers for IFT_FDDI
- hide details of iflist management
- if (dflag) log_debug -> log_debug
- dead code and comments
- etc etc
Input from and ok florian@
|
|
|
|
ok florian@
|
|
The "ifindex" argument has always been zero, making the interface index
checks within get_next_msg() useless. The caller already properly
retrieves and handle the interface index of the routing messages.
ok florian@
|
|
from tobias@ (loooooong time ago)
ok rainer@ henning@ tobias@
|
|
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
|
|
sync with latest kame rtadvd (again). mostly cosmetic.
|
|
(rtadvd will derive the configuration from kernel settings).
make it clearer that rtadvd.conf is not necessary, in manpage.
sync with kame.
|
|
- reduce chances for signal handler rae condition
- decrease chances for misconfiguration
- feedbacks from router renumbering protocol bakeoff
- cleanups related to mtu handling
|
|
more logs. make it very sure to close temporary socket.
|
|
- weaken logging priority for /etc/resolv.conf open failure
- gather stats, emit stats by SIGUSR1
- use SIOCGIFMTU to get interface MTU (just a matter of #ifdef)
From: "Todd T. Fries" <todd@fries.net>
|
|
rcsid police on usr.sbin/rtadvd.
add sample config into etc/rtadvd.conf.
add files into distrib/sets/list.
|
|
|