summaryrefslogtreecommitdiff
path: root/usr.sbin/rtsold/rtsol.c
AgeCommit message (Collapse)Author
2009-02-05fix format stringCharles Longeau
ok naddy@
2009-02-03add missing headers needed by wait()Charles Longeau
ok rainer@
2008-06-10add the -O option to run an external script when the "otherReyk Floeter
configuration" flag is found in the RA message. it basically means "here is your IPv6 address, but run something like DHCPv6 to get more information". so the main purpose is to run a dhcpv6 client to get DNS etc. Merged from KAME ok rainer@
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo de Raadt
each cmsg_len (ie. msg_controllen = sum of CMSG_ALIGN(cmsg_len). This works now that kernel fd passing has been fixed to accept a bit of sloppiness because of this ABI repair. lots of discussion with kettenis
2008-03-18correct CMSG_SPACE and CMSG_LEN handling as done in other places. TheseTheo de Raadt
are the complicated cases where multiple messages are sent. discussed with kettenis, hshoexer, and rtsol tested by jmc - thanks
2007-09-07unexpeced -> unexpected;Jason McIntyre
from Wouter Schoot, netbsd-bugs #36931
2006-12-15cleanup RFC2292/3542 #ifdef.Jun-ichiro itojun Hagino
2003-10-05ansiTheo de Raadt
2002-06-10Kill __FUNCTION__.Marc Espie
ok itojun@
2002-05-31sync w/ latest kame. link id handling.Jun-ichiro itojun Hagino
2002-05-31KNF; itojun okTheo de Raadt
2001-11-14initialize sockaddr_in6 correctlyJun-ichiro itojun Hagino
2000-08-13add "rtsol -a" (automatically lookup outgoign interface).Jun-ichiro itojun Hagino
warn if net.inet6.ip6.forwarding == 1. improve manpage. use $KAME$ for KAME tags. sync with kame.
2000-01-17sync with latest kame. previous version leaves an udp socket openedJun-ichiro itojun Hagino
(for use with ioctls) and it was not a pleasant thing.
2000-01-05avoid use of kvm (sync with latest kame)Jun-ichiro itojun Hagino
1999-12-09rtsold(8); router solicitation daemon.Jun-ichiro itojun Hagino
rtsol(8); router solicitation program, for use in bootstrap process (statically linked) rcsid police. add missing prototypes. (sync with KAME)
1999-12-09initial import from KAME treeJun-ichiro itojun Hagino