summaryrefslogtreecommitdiff
path: root/usr.sbin/route6d/Makefile
AgeCommit message (Collapse)Author
2001-12-01Use pidfile() instead of doing the equivalent thing by hand, and sometimesMiod Vallat
forgetting to unlink the pid file at exit. ok millert@ deraadt@
2001-02-07bring in latest kame code.Jun-ichiro itojun Hagino
- correct RTA_NETMASK processing - correct -A filter behavior (do not advert aggregated route to other if) - better signal handling - mandate getifaddrs - do not advert connected routes on !IFF_UP routes. experimental sync with kame
2000-07-15sync with latest kame.Jun-ichiro itojun Hagino
- correct possible realloc memory leak. - remove obsolete non-advanced api support (!ADVAPI) - do not overwrite routing entry, when -A is specified (exit with error).
2000-02-25use getifaddrs, not SIOCGIFCONF, to avoid LP64 alignment issue.Jun-ichiro itojun Hagino
1999-12-11add and enable route6d. fix bogus enties in distrib/sets/lists.Jun-ichiro itojun Hagino
XXX route6d is not really tested on kame/openbsd. there can be some trouble with kernel advanced API part.