summaryrefslogtreecommitdiff
path: root/usr.sbin/rtadvd/rrenum.c
AgeCommit message (Collapse)Author
2002-06-10Kill __FUNCTION__.Marc Espie
ok itojun@
2002-05-29KNF, strlcpy, cleanups from kameJun-ichiro itojun Hagino
2002-05-21minor KNF. plug a memory leak on reconfig.Jun-ichiro itojun Hagino
2001-01-21sync router renumbering flag bit to conform to 2292bis-02 and RR RFC.Jun-ichiro itojun Hagino
sync with latest kame rtadvd (again). mostly cosmetic.
2001-01-15sync with latest kame tree.Jun-ichiro itojun Hagino
- reduce chances for signal handler rae condition - decrease chances for misconfiguration - feedbacks from router renumbering protocol bakeoff - cleanups related to mtu handling
2000-07-06sync with router renumber struct decl change.Jun-ichiro itojun Hagino
more logs. make it very sure to close temporary socket.
2000-05-23sync with latest kame.Jun-ichiro itojun Hagino
- 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>
2000-03-13bring in latest rtadvd source from kame.Jun-ichiro itojun Hagino
this fixes unclosed file descriptor in router renumbering case.
1999-12-11enable rtadvd in usr.sbin/Makefile.Jun-ichiro itojun Hagino
rcsid police on usr.sbin/rtadvd. add sample config into etc/rtadvd.conf. add files into distrib/sets/list.
1999-12-11router advertisement daemon, from KAMEJun-ichiro itojun Hagino