<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.sbin/rtadvd/dump.c, branch stable/5</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F5</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F5'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2003-08-15T19:13:53Z</updated>
<entry>
<title>- supported a string notation for xxflags.</title>
<updated>2003-08-15T19:13:53Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-08-15T19:13:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fc35a81b0992a1a0d98eca5fd8049c25edac3cbb'/>
<id>urn:sha1:fc35a81b0992a1a0d98eca5fd8049c25edac3cbb</id>
<content type='text'>
- deprecate routes#N, as it is hard to keep consistency with
  rtprefixN.  accept any number of "rtprefix", "rtrefix0",
  ..., "rtprefix99".
- deprecate "addrs#N", as it is difficult for users to keep
  consistency with "addrN".
  accept 100 prefix info in maximum - like "addr", "addr0"
  ... "addr99".  WARNS=2 clean on netbsd.
  old configuration file should work just fine.
  behavior change:
  previously, we rejected "addrN" if there's "addr", and we rejected
  "addr" if there is "addrN".  now we accept both without problem.
- when an advertised prefix configured from the kernel has been added
  or invalidated, notice the change in a short delay.
- when invalidating a prefix, do not bark even if there is
  inconsistency about prefix lifetimes.
- wrap more specific route info code into ROUTEINFO.

Obtained from:	KAME
MFC after:	1 week
</content>
</entry>
<entry>
<title>dump the content of route information options</title>
<updated>2003-08-15T17:04:28Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-08-15T17:04:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=767b3bfd662eca4a9a62781632b3ac120f1177ba'/>
<id>urn:sha1:767b3bfd662eca4a9a62781632b3ac120f1177ba</id>
<content type='text'>
Obtained from:	KAME
MFC after:	1 week
</content>
</entry>
<entry>
<title>logged the fact to dump the status.</title>
<updated>2003-08-15T16:50:34Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-08-15T16:50:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=776fdb80064c9e2c14d45bf84d35686ddbe7c74a'/>
<id>urn:sha1:776fdb80064c9e2c14d45bf84d35686ddbe7c74a</id>
<content type='text'>
Obtained from:	KAME
MFC after:	1 week
</content>
</entry>
<entry>
<title>reduce #ifdef.</title>
<updated>2003-08-11T15:51:54Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-08-11T15:51:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b6ed844ff253414fe7055582073bc69535c75936'/>
<id>urn:sha1:b6ed844ff253414fe7055582073bc69535c75936</id>
<content type='text'>
MFC after:	1 week
</content>
</entry>
<entry>
<title>use strlcpy() and snprintf().</title>
<updated>2003-08-11T15:49:47Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-08-11T15:49:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bb58b617fb2f8a97f28b34166dbe65ec8e656b68'/>
<id>urn:sha1:bb58b617fb2f8a97f28b34166dbe65ec8e656b68</id>
<content type='text'>
Obtained from:	KAME
MFC after:	1 week
</content>
</entry>
<entry>
<title>Drop MIP6 code.  We don't support MIP6 yet.</title>
<updated>2003-08-08T20:14:28Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-08-08T20:14:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=be9879af482379eb88ea1599f9ca3b6f04ffbbf7'/>
<id>urn:sha1:be9879af482379eb88ea1599f9ca3b6f04ffbbf7</id>
<content type='text'>
MFC after:	1 week
</content>
</entry>
<entry>
<title>KNF, correct typos and cleanup spaces.</title>
<updated>2003-08-08T16:56:01Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-08-08T16:56:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fa19f9be0400bf0b77b89ad6940eb0675235db1c'/>
<id>urn:sha1:fa19f9be0400bf0b77b89ad6940eb0675235db1c</id>
<content type='text'>
Obtained from:	KAME
MFC after:	1 week
</content>
</entry>
<entry>
<title>__FUNCTION__ --&gt; __func__</title>
<updated>2003-08-08T16:38:23Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-08-08T16:38:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1533bed05b283f5fc29ff5e5d2d3be83c4d4dca6'/>
<id>urn:sha1:1533bed05b283f5fc29ff5e5d2d3be83c4d4dca6</id>
<content type='text'>
Obtained from:	KAME
MFC after:	1 week
</content>
</entry>
<entry>
<title>Changed the behavior when an interface-direct prefix being advertised</title>
<updated>2002-06-13T16:59:31Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2002-06-13T16:59:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0a5f3ef41099551283ddc027c5186203389711f6'/>
<id>urn:sha1:0a5f3ef41099551283ddc027c5186203389711f6</id>
<content type='text'>
was removed from the kernel;
Advertise the prefix with zero lifetimes rather than to remove the prefix
from the prefix list to be advertised.
This will help renumber a receiving host by deprecating the address
derived from the old prefix.

Obtained from:	KAME
MFC after:	2 weeks
</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-test2/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>
</feed>
