summaryrefslogtreecommitdiff
path: root/usr.sbin/rtadvd
AgeCommit message (Collapse)Author
2000-12-15.Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at leastAaron Campbell
this is consistent.
2000-09-01repair a routine to grab interface MTU information.Jun-ichiro itojun Hagino
2000-07-06remove mobile-ip option description, merged in by mitsakeJun-ichiro itojun Hagino
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-23forgot to cvs add dump.[ch]Jun-ichiro itojun Hagino
strict prototype
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-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-03-23More pedantic man page formatting insanity, lalalaAaron Campbell
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
cleanup along the way.
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
2000-03-13bring in latest rtadvd source from kame.Jun-ichiro itojun Hagino
this fixes unclosed file descriptor in router renumbering case.
2000-02-08don't include netinet6/{icmp6,ip6}.h for rfc2292 conformance.Jun-ichiro itojun Hagino
2000-02-02add -R flag (accept router renumbering). this makes rtadvd toJun-ichiro itojun Hagino
take the safer side (router renumbering requires certain ipsec setup). die gracefully on SIGTERM.
2000-01-12config path changeJun-ichiro itojun Hagino
From: eric jackson <shinobi@monkey.org>
2000-01-06tiny nroff fix. sync with kame repository.Jun-ichiro itojun Hagino
2000-01-06Rework language.Angelos D. Keromytis
2000-01-05Config file should be in /etcAngelos D. Keromytis
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