summaryrefslogtreecommitdiff
path: root/usr.sbin/rtadvd/if.c
AgeCommit message (Expand)Author
2021-03-23print function names as %s: not <%s> everywhere for consistency.christos
2021-03-23interface indexes are unsignedchristos
2021-03-22- remove extra \n from stderr loggingchristos
2018-04-20White space police.roy
2017-11-06Change the meaning of the 'D' flag to print errors to stderr instead ofchristos
2015-11-11Introduce rump.rtadvdozaki-r
2015-06-05Use %m in syslog(3) instead of %s strerror(3).roy
2012-12-13Remove the iflist array and store ifflags in rainfo.roy
2011-12-12Use RT_ADVANCE when available.roy
2011-12-11- sprinkle constchristos
2011-12-10Add RDNSS and DNSSL support, RFC6106.roy
2006-03-05NDP-related improvements:rpaulo
2003-09-23no need for "sdl = NULL" initialization on decl. cedric@openbsditojun
2003-09-23simplify by using getifaddrsitojun
2003-09-20plug memory leak. from kameitojun
2002-07-10byebye __FUNCTIION__. sync w/kameitojun
2002-05-29KNF, strlcpy, memory leak fix, random other cleanups. sync w/kameitojun
2002-05-21correct bitmask computation. more KNF. sync w/kameitojun
2002-05-21KNF. a memory leak fix. sync w/kameitojun
2001-01-21sync with latest kame.itojun
2001-01-16comment or delete text after CPP directives.cgd
2001-01-15sync with latest kame tree.itojun
2000-08-31repair interface MTU grabbing. real cause of PR 10923.itojun
2000-07-06sync with sys/netinet/icmp6.h change (no bitfield for router renumber).itojun
2000-05-23sync with latest kame.itojun
2000-02-28don't assume CMSG_xx are constant. (sync with latest kame)itojun
1999-12-08sync with more recent KAME.itojun
1999-07-06fix for 64bit arch, where sizeof(size_t) != sizeof(int).itojun
1999-07-02rtadvd: advertise IPv6 prefix info via router advertisement.itojun