aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ndp
Commit message (Collapse)AuthorAgeFilesLines
* - make command line argument parsing POSIX compliant. comment fromHajimu UMEMOTO2003-11-132-182/+281
| | | | | | | | | | | | | | | | deraadt NOTE: -I needs to take an arg (there's no way we can take no arg/an arg with a single option) - sscanf overrun - no variable name on prototype. - u_int32_t may not be u_long. - skipped non-host route when printing neighbor cache entries. - valid and preferred lifetimes are unsigned. - wording. Obtained from: KAME Notes: svn path=/head/; revision=122615
* show maxmtu.Hajimu UMEMOTO2003-10-241-0/+1
| | | | | | | Obtained from: KAME Notes: svn path=/head/; revision=121471
* don't print ndp -i result if the interface is notHajimu UMEMOTO2003-10-171-0/+5
| | | | | | | | | initialized Obtained from: KAME Notes: svn path=/head/; revision=121162
* - NI_WITHSCOPEID was deprecatedHajimu UMEMOTO2003-10-171-155/+151
| | | | | | | | | | | - use strlcpy() and snprintf() - use err() - style Obtained from: KAME Notes: svn path=/head/; revision=121156
* introduced a flag bit "ND6_IFF_ACCEPT_RTADV" in the nd_ifinfo structure toHajimu UMEMOTO2003-08-052-3/+21
| | | | | | | | | | | | | | control whether to accept RAs per-interface basis. the new stuff ensures the backward compatibility; - the kernel does not accept RAs on any interfaces by default. - since the default value of the flag bit is on, the kernel accepts RAs on all interfaces when net.inet6.ip6.accept_rtadv is 1. Obtained from: KAME MFC after: 1 week Notes: svn path=/head/; revision=118498
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
| | | | | | | Add FreeBSD Id tag where missing. Notes: svn path=/head/; revision=108470
* Change 'int pid' to 'pid_t pid'Juli Mallett2002-07-251-1/+1
| | | | | | | Submitted by: Bruce "Allah" Dang <bruce@research.teamxor.org> Notes: svn path=/head/; revision=100650
* The .Nm utilityPhilippe Charnier2002-07-141-3/+3
| | | | Notes: svn path=/head/; revision=99968
* Do not delete 'goto ours' routes when using -c option.Munechika SUMIKAWA2001-08-091-0/+5
| | | | | | | Obtained from: KAME Notes: svn path=/head/; revision=81366
* mdoc(7) police:Ruslan Ermilov2001-08-071-1/+1
| | | | | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block. Notes: svn path=/head/; revision=81251
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-4/+4
| | | | | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. Notes: svn path=/head/; revision=80029
* Sync with recent KAME.Hajimu UMEMOTO2001-06-112-48/+339
| | | | | | | | | | | | | | | | | | | | | This work was based on kame-20010528-freebsd43-snap.tgz and some critical problem after the snap was out were fixed. There are many many changes since last KAME merge. TODO: - The definitions of SADB_* in sys/net/pfkeyv2.h are still different from RFC2407/IANA assignment because of binary compatibility issue. It should be fixed under 5-CURRENT. - ip6po_m member of struct ip6_pktopts is no longer used. But, it is still there because of binary compatibility issue. It should be removed under 5-CURRENT. Reviewed by: itojun Obtained from: KAME MFC after: 3 weeks Notes: svn path=/head/; revision=78064
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
| | | | Notes: svn path=/head/; revision=74532
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-2/+2
| | | | Notes: svn path=/head/; revision=71898
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-13/+13
| | | | Notes: svn path=/head/; revision=68965
* - simplify option flagsMunechika SUMIKAWA2000-10-091-13/+11
| | | | | | | | | | - do not print header when using -c - linklocal address are not cleared when using -c Obtained from: KAME Notes: svn path=/head/; revision=66865
* sync with latest kame treeJun-ichiro itojun Hagino2000-07-042-126/+372
| | | | Notes: svn path=/head/; revision=62590
* Add prototypePhilippe Charnier2000-05-281-0/+1
| | | | Notes: svn path=/head/; revision=61026
* Slight grammar and white-space modification.Alexey Zelkin2000-04-201-3/+5
| | | | Notes: svn path=/head/; revision=59443
* Add missing return.Yoshinobu Inoue2000-03-111-0/+1
| | | | | | | | | | | | | "ndp" command should deletes only neighbor cache entries, but the program lacks necessary "return" after the neighbor cache entry check, so it might deletes non neighbor cache entries. (it seems that usually no problem happens.) Approved by: jkh Reviewed by: ume Notes: svn path=/head/; revision=57919
* libipsec and IPsec related apps. (and some KAME related man pages)Yoshinobu Inoue2000-01-064-0/+1193
Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project Notes: svn path=/head/; revision=55505