<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.sbin/rtadvd/dump.c, branch stable/10</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F10</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F10'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2011-07-17T19:24:54Z</updated>
<entry>
<title>- Improve interface list handling.  The rtadvd(8) now supports dynamically-</title>
<updated>2011-07-17T19:24:54Z</updated>
<author>
<name>Hiroki Sato</name>
<email>hrs@FreeBSD.org</email>
</author>
<published>2011-07-17T19:24:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3724189620aaf6e91ee1fbad9d3b58289c6bde5b'/>
<id>urn:sha1:3724189620aaf6e91ee1fbad9d3b58289c6bde5b</id>
<content type='text'>
  added/removed interfaces in a more consistent manner and reloading the
  configuration file.

- Implement burst unsolicited RA sending into the internal RA timer framework
  when AdvSendAdvertisements and/or configuration entries are changed as
  described in RFC 4861 6.2.4.  This fixes issues that make termination of the
  rtadvd(8) daemon take very long time.

  An interface now has three internal states, UNCONFIGURED, TRANSITIVE, or
  CONFIGURED, and the burst unsolicited sending happens in TRANSITIVE.
  See rtadvd.h for the details.

- rtadvd(8) now accepts non-existent interfaces as well in the command line.

- Add control socket support and rtadvctl(8) utility to show the RA information
  in rtadvd(8).  Dumping by SIGUSR1 has been removed in favor of it.
</content>
</entry>
<entry>
<title>Fix build on 64-bit arch.</title>
<updated>2011-06-06T10:51:00Z</updated>
<author>
<name>Hiroki Sato</name>
<email>hrs@FreeBSD.org</email>
</author>
<published>2011-06-06T10:51:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=587d184d3d2e2ec90d6162ddc9218f2562c241ab'/>
<id>urn:sha1:587d184d3d2e2ec90d6162ddc9218f2562c241ab</id>
<content type='text'>
Submitted by:	dim
Pointy hat to:	hrs
</content>
</entry>
<entry>
<title>- Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router Advertisement</title>
<updated>2011-06-06T03:06:43Z</updated>
<author>
<name>Hiroki Sato</name>
<email>hrs@FreeBSD.org</email>
</author>
<published>2011-06-06T03:06:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=db82af41db538fba5938d8585b2e2e2c206affb6'/>
<id>urn:sha1:db82af41db538fba5938d8585b2e2e2c206affb6</id>
<content type='text'>
  Options for DNS Configuration) into rtadvd(8) and rtsold(8).  DNS
  information received by rtsold(8) will go to resolv.conf(5) by
  resolvconf(8) script.  This is based on work by J.R. Oldroyd (kern/156259)
  but revised extensively[1].

- rtadvd(8) now supports "noifprefix" to disable gathering on-link prefixes
  from interfaces when no "addr" is specified[2].  An entry in rtadvd.conf
  with "noifprefix" + no "addr" generates an RA message with no prefix
  information option.

- rtadvd(8) now supports RTM_IFANNOUNCE message to fix crashes when an
  interface is added or removed.

- Correct bogus ND_OPT_ROUTE_INFO value to one in RFC 4191.

Reviewed by:	bz[1]
PR:		kern/156259 [1]
PR:		bin/152458 [2]
</content>
</entry>
<entry>
<title>Cleanup of userland __P use</title>
<updated>2007-11-07T10:53:41Z</updated>
<author>
<name>Kevin Lo</name>
<email>kevlo@FreeBSD.org</email>
</author>
<published>2007-11-07T10:53:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=784bddbc5bca158d2fb57eed7c5e4ceebd49ff8b'/>
<id>urn:sha1:784bddbc5bca158d2fb57eed7c5e4ceebd49ff8b</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
