summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ndp/ndp.c
Commit message (Collapse)AuthorAgeFilesLines
* Change 'int pid' to 'pid_t pid'jmallett2002-07-251-1/+1
| | | | Submitted by: Bruce "Allah" Dang <bruce@research.teamxor.org>
* Do not delete 'goto ours' routes when using -c option.sumikawa2001-08-091-0/+5
| | | | Obtained from: KAME
* Sync with recent KAME.ume2001-06-111-38/+328
| | | | | | | | | | | | | | | | | | 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
* - simplify option flagssumikawa2000-10-091-13/+11
| | | | | | | - do not print header when using -c - linklocal address are not cleared when using -c Obtained from: KAME
* sync with latest kame treeitojun2000-07-041-120/+325
|
* Add prototypecharnier2000-05-281-0/+1
|
* Add missing return.shin2000-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
* libipsec and IPsec related apps. (and some KAME related man pages)shin2000-01-061-0/+1028
Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
OpenPOWER on IntegriCloud