summaryrefslogtreecommitdiff
path: root/share/doc/IPv6
Commit message (Collapse)AuthorAgeFilesLines
* Remove now unused IPv6 macros and update docs.Bjoern A. Zeeb2019-11-151-14/+0
| | | | | | | | | | | After r354748-354750 all uses of the IP6_EXTHDR_CHECK() and IP6_EXTHDR_GET() macros are gone from the kernel. IP6_EXTHDR_GET0() was unused. Remove the macros and update the documentation. Sponsored by: Netflix Notes: svn path=/head/; revision=354751
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * We do want objdirSimon J. Gerraty2013-10-131-1/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=256421
| * Updated dependenciesSimon J. Gerraty2013-10-131-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=256419
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+14
| | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | Get rid of some more NO_OBJsSimon J. Gerraty2015-06-121-1/+0
|/ | | | | | | Differential Revision: D2748 Notes: svn path=/head/; revision=284321
* Spelling fixes for share/Ulrich Spörlein2011-12-301-17/+17
| | | | Notes: svn path=/head/; revision=228993
* Remove some comments about NetBSD. This in on FreeBSD and we do notBjoern A. Zeeb2006-11-121-10/+7
| | | | | | | | | | | want to confuse people at the very beginning. Sync TOC/paragraph numbers in the text. Requested by: Benedikt Stockebrand during his talk at EuroBSDCon 2006 Reviewed by: gnn Notes: svn path=/head/; revision=164224
* sync with KAME regarding NDPSUZUKI Shinsuke2005-10-211-83/+157
| | | | | | | | | | | | | | | - introduced fine-grain-timer to manage ND-caches and IPv6 Multicast-Listeners - supports Router-Preference <draft-ietf-ipv6-router-selection-07.txt> - better prefix lifetime management - more spec-comformant DAD advertisement - updated RFC/internet-draft revisions Obtained from: KAME Reviewed by: ume, gnn MFC after: 2 month Notes: svn path=/head/; revision=151539
* reflect scope change.Hajimu UMEMOTO2005-07-251-29/+152
| | | | | | | Obtained from: KAME Notes: svn path=/head/; revision=148394
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* - refrect recent changes.Hajimu UMEMOTO2003-11-051-193/+466
| | | | | | | | | | | | | - add table of contents. - add section 4.8 - Operations with IPsec tunnel mode. - add section 9 - Policy on technology with intellectual property right restriction - more about KAME's codeing style. Obtained from: KAME Notes: svn path=/head/; revision=122115
* - support AES counter mode for ESP.Hajimu UMEMOTO2003-10-131-3/+4
| | | | | | | | | | | - use size_t as return type of schedlen(), as there's no error check needed. - clear key schedule buffer before freeing. Obtained from: KAME Notes: svn path=/head/; revision=121071
* - RIPEMD160 supportHajimu UMEMOTO2003-10-121-0/+2
| | | | | | | | | - pass size arg to ah->result (avoid assuming result buffer size) Obtained from: KAME Notes: svn path=/head/; revision=121021
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
| | | | | | | especially in troff files. Notes: svn path=/head/; revision=108533
* FILES support for bsd.prog.mk. See bsd.README for details.Ruslan Ermilov2001-12-171-10/+3
| | | | | | | Stolen from: NetBSD Notes: svn path=/head/; revision=88055
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-161/+498
| | | | | | | | | | | | | | | | | | | | | 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
* sync with recent IMPLEMENTATION note from kame.Jun-ichiro itojun Hagino2000-07-041-279/+866
| | | | Notes: svn path=/head/; revision=62588
* Add "IPv6" to SUBDIR, and also add the Makefile for IPv6 dir,Yoshinobu Inoue2000-03-021-0/+14
| | | | | | | | | | to make the file IMPLEMENTATION to be installed to /usr/share/doc/IPv6. PR: docs/17120 Kindly Submitted by: phantom Notes: svn path=/head/; revision=57687
* Add IPv6 related docs.Yoshinobu Inoue2000-02-261-0/+998
Reviewed by: phantom Notes: svn path=/head/; revision=57522