<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/netinet6/ip6_forward.c, branch releng/5.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2002-10-16T02:25:05Z</updated>
<entry>
<title>Tie new "Fast IPsec" code into the build.  This involves the usual</title>
<updated>2002-10-16T02:25:05Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2002-10-16T02:25:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b9234fafa0783687e83b2fa646e3ee137d87913a'/>
<id>urn:sha1:b9234fafa0783687e83b2fa646e3ee137d87913a</id>
<content type='text'>
configuration stuff as well as conditional code in the IPv4 and IPv6
areas.  Everything is conditional on FAST_IPSEC which is mutually
exclusive with IPSEC (KAME IPsec implmentation).

As noted previously, don't use FAST_IPSEC with INET6 at the moment.

Reviewed by:	KAME, rwatson
Approved by:	silence
Supported by:	Vernier Networks
</content>
</entry>
<entry>
<title>just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.</title>
<updated>2002-04-19T04:46:24Z</updated>
<author>
<name>SUZUKI Shinsuke</name>
<email>suz@FreeBSD.org</email>
</author>
<published>2002-04-19T04:46:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=88ff5695c1e53c3398142ea10e3f041ff4b5a03f'/>
<id>urn:sha1:88ff5695c1e53c3398142ea10e3f041ff4b5a03f</id>
<content type='text'>
(based on freebsd4-snap-20020128)

Reviewed by:	ume
MFC after:	1 week
</content>
</entry>
<entry>
<title>Remove duplicate extern declarations to silence warnings.</title>
<updated>2002-03-19T19:45:41Z</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2002-03-19T19:45:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=72b1d826beb90d0ddb0f8fb98bc0d75ed0b35ef3'/>
<id>urn:sha1:72b1d826beb90d0ddb0f8fb98bc0d75ed0b35ef3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Back out cometic changes.  This is for easily syncing with KAME in other BSDs.</title>
<updated>2001-12-17T18:13:12Z</updated>
<author>
<name>Munechika SUMIKAWA</name>
<email>sumikawa@FreeBSD.org</email>
</author>
<published>2001-12-17T18:13:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=29529b7cc415da429b2ac0adde2dd829623b747a'/>
<id>urn:sha1:29529b7cc415da429b2ac0adde2dd829623b747a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>catch forwarded ipv6 packets with pfil_hooks for outbound things too</title>
<updated>2001-10-15T14:16:18Z</updated>
<author>
<name>Darren Reed</name>
<email>darrenr@FreeBSD.org</email>
</author>
<published>2001-10-15T14:16:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3a4d67f76972addace4f13832d958a1680b00439'/>
<id>urn:sha1:3a4d67f76972addace4f13832d958a1680b00439</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sync with recent KAME.</title>
<updated>2001-06-11T12:39:29Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2001-06-11T12:39:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=33841545909f4a4ee94aa148b3a9cbcdc1abb02a'/>
<id>urn:sha1:33841545909f4a4ee94aa148b3a9cbcdc1abb02a</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Make ip6fw as loadable module.</title>
<updated>2000-09-23T18:50:59Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2000-09-23T18:50:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=20cb9f9efe4c084e62f89e006e4d7bb42eace34e'/>
<id>urn:sha1:20cb9f9efe4c084e62f89e006e4d7bb42eace34e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>s/IPSEC_IPV6FWD/IPSEC/.  this avoids unexpected behavior on ipv6 fowarding.</title>
<updated>2000-07-16T07:56:54Z</updated>
<author>
<name>Jun-ichiro itojun Hagino</name>
<email>itojun@FreeBSD.org</email>
</author>
<published>2000-07-16T07:56:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=059e46848025f61c4f9f24f043ad76761d2fc081'/>
<id>urn:sha1:059e46848025f61c4f9f24f043ad76761d2fc081</id>
<content type='text'>
(even if you ask for tunnel-mode encryption packets will go out in clear)
sync with kame.
</content>
</entry>
<entry>
<title>correct compilation with IPSEC_IPV6FWD.</title>
<updated>2000-07-05T01:14:45Z</updated>
<author>
<name>Jun-ichiro itojun Hagino</name>
<email>itojun@FreeBSD.org</email>
</author>
<published>2000-07-05T01:14:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=261216553f99cbb2689fcb2329b42040cbe00d14'/>
<id>urn:sha1:261216553f99cbb2689fcb2329b42040cbe00d14</id>
<content type='text'>
From: Ollivier Robert &lt;roberto@keltia.freenix.fr&gt;
</content>
</entry>
<entry>
<title>sync with kame tree as of july00.  tons of bug fixes/improvements.</title>
<updated>2000-07-04T16:35:15Z</updated>
<author>
<name>Jun-ichiro itojun Hagino</name>
<email>itojun@FreeBSD.org</email>
</author>
<published>2000-07-04T16:35:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=686cdd19b1b182f2257bc158116e78c5fef84980'/>
<id>urn:sha1:686cdd19b1b182f2257bc158116e78c5fef84980</id>
<content type='text'>
API changes:
- additional IPv6 ioctls
- IPsec PF_KEY API was changed, it is mandatory to upgrade setkey(8).
  (also syntax change)
</content>
</entry>
</feed>
