summaryrefslogtreecommitdiff
path: root/usr.sbin/route6d
AgeCommit message (Expand)Author
2001-03-09exit(-#) is wrongTheo de Raadt
2001-03-08correct delroute() against host routes. clarify ROUTE6D p2p advert behaviorJun-ichiro itojun Hagino
2001-02-07bring in latest kame code.Jun-ichiro itojun Hagino
2001-01-12make signo a volatile variable. sync with kameJun-ichiro itojun Hagino
2001-01-12make signal handler very short, to avoid possibility of race conditions.Jun-ichiro itojun Hagino
2000-11-10do not advertise dynamic/cloned routesJun-ichiro itojun Hagino
2000-10-10cast size_t to u_long on printing, be friendly with alpha. sync with kameJun-ichiro itojun Hagino
2000-10-06printf string format audit. from: sommerfeld@netbsd.orgJun-ichiro itojun Hagino
2000-08-13unbroken -A (workaround). repair LP64 problem. (sync with kame)Jun-ichiro itojun Hagino
2000-07-15sync with latest kame.Jun-ichiro itojun Hagino
2000-05-18don't overload rtm_flags with route6d-local flags. sync with latest kame.Jun-ichiro itojun Hagino
2000-05-16correct p2p interface address handling.Jun-ichiro itojun Hagino
2000-04-11ignore routing messages for interfaces that route6d does not care.Jun-ichiro itojun Hagino
2000-03-04Try to standardize the options list introduction; it should read "The optionsAaron Campbell
2000-02-25use getifaddrs, not SIOCGIFCONF, to avoid LP64 alignment issue.Jun-ichiro itojun Hagino
2000-01-02avoid "buf = realloc(buf, n)" (actually no harm).Jun-ichiro itojun Hagino
1999-12-16move dump file to /var/run, not /var/tmp.Jun-ichiro itojun Hagino
1999-12-12route6d now works fine (because of udp socket advanced API fix)Jun-ichiro itojun Hagino
1999-12-11it looks that route6d is not working right, because ofJun-ichiro itojun Hagino
1999-12-11add and enable route6d. fix bogus enties in distrib/sets/lists.Jun-ichiro itojun Hagino
1999-12-11route6d, simple ripng daemon, from KAMEJun-ichiro itojun Hagino