<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/ndp/ndp.8, branch release/12.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F12.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F12.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2014-05-09T14:24:02Z</updated>
<entry>
<title>Fix ndp(8) -f flag parsing</title>
<updated>2014-05-09T14:24:02Z</updated>
<author>
<name>Alexander V. Chernikov</name>
<email>melifaro@FreeBSD.org</email>
</author>
<published>2014-05-09T14:24:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=aa06c87e50393b31d460bee564dd743b01190fd6'/>
<id>urn:sha1:aa06c87e50393b31d460bee564dd743b01190fd6</id>
<content type='text'>
PR:		bin/136661
Reminded by:	Vinicius Zavam
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Include descriptions of the flags and fields printed when dumping the</title>
<updated>2013-05-23T19:50:36Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2013-05-23T19:50:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=601848d2b2ea447eb6297763e1d47938eb59e6e8'/>
<id>urn:sha1:601848d2b2ea447eb6297763e1d47938eb59e6e8</id>
<content type='text'>
IPv6 prefix list.

Reviewed by:	hrs
MFC after:	1 week
</content>
</entry>
<entry>
<title>Add no_prefer_iface option.</title>
<updated>2013-01-09T18:18:08Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2013-01-09T18:18:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=164051cea5e647e1e8d14ff7d40d73b013e8e93d'/>
<id>urn:sha1:164051cea5e647e1e8d14ff7d40d73b013e8e93d</id>
<content type='text'>
It stops treating the address on the interface as special by source
address selection rule even when the interface is outgoing interface.
This is desired in some situation.

Requested by:	hrs
Reviewed by:	IHANet folks including hrs
MFC after:	1 week
</content>
</entry>
<entry>
<title>Minor wording improvments to some manual pages</title>
<updated>2012-12-16T23:00:13Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-12-16T23:00:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7cb0189de64c6940b1408fc05fcf2549420b25ee'/>
<id>urn:sha1:7cb0189de64c6940b1408fc05fcf2549420b25ee</id>
<content type='text'>
Approved by:	bcr (mentor)
Obtained from:	DragonflyBSD (a5294ca835317c68c919ab43936da4f05ab6e926)
MFC after:	3 days
</content>
</entry>
<entry>
<title>Remove "prefer_source" address selection option.  FreeBSD has had an</title>
<updated>2012-07-09T06:21:46Z</updated>
<author>
<name>Hiroki Sato</name>
<email>hrs@FreeBSD.org</email>
</author>
<published>2012-07-09T06:21:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f6c336fe660cba4c7803265fc6387ea75eb0c611'/>
<id>urn:sha1:f6c336fe660cba4c7803265fc6387ea75eb0c611</id>
<content type='text'>
implementation of RFC 3484 for this purpose for a long time and "prefer_source"
was never implemented actually.  ND6_IFF_PREFER_SOURCE macro is left intact.
</content>
</entry>
<entry>
<title>Improve flexibility of receiving Router Advertisement and</title>
<updated>2009-09-12T22:08:20Z</updated>
<author>
<name>Hiroki Sato</name>
<email>hrs@FreeBSD.org</email>
</author>
<published>2009-09-12T22:08:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a283298ce37cd720cace8565093671c4b3355623'/>
<id>urn:sha1:a283298ce37cd720cace8565093671c4b3355623</id>
<content type='text'>
automatic link-local address configuration:

- Convert a sysctl net.inet6.ip6.accept_rtadv to one for the
  default value of a per-IF flag ND6_IFF_ACCEPT_RTADV, not a
  global knob.  The default value of the sysctl is 0.

- Add a new per-IF flag ND6_IFF_AUTO_LINKLOCAL and convert a
  sysctl net.inet6.ip6.auto_linklocal to one for its default
  value.  The default value of the sysctl is 1.

- Make ND6_IFF_IFDISABLED more robust.  It can be used to disable
  IPv6 functionality of an interface now.

- Receiving RA is allowed if ip6_forwarding==0 *and*
  ND6_IFF_ACCEPT_RTADV is set on that interface.  The former
  condition will be revisited later to support a "host + router" box
  like IPv6 CPE router.  The current behavior is compatible with
  the older releases of FreeBSD.

- The ifconfig(8) now supports these ND6 flags as well as "nud",
  "prefer_source", and "disabled" in ndp(8).  The ndp(8) now
  supports "auto_linklocal".

Discussed with:	bz and jinmei
Reviewed by:	bz
MFC after:	3 days
</content>
</entry>
<entry>
<title>-mdoc sweep.</title>
<updated>2005-11-18T10:56:28Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-11-18T10:56:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=78ad54210fe02edbec3bfe18db3a33088b7c06ff'/>
<id>urn:sha1:78ad54210fe02edbec3bfe18db3a33088b7c06ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>supported an ndp command suboption to disable IPv6 in the given interface</title>
<updated>2005-10-19T16:20:18Z</updated>
<author>
<name>SUZUKI Shinsuke</name>
<email>suz@FreeBSD.org</email>
</author>
<published>2005-10-19T16:20:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5b27b045791fb93e20506422eb9fff4bb856e78a'/>
<id>urn:sha1:5b27b045791fb93e20506422eb9fff4bb856e78a</id>
<content type='text'>
Obtained from: KAME
Reviewd by: ume, gnn
MFC after: 2 week
</content>
</entry>
<entry>
<title>added an ioctl option in kernel so that ndp/rtadvd can change some NDP-related kernel variables based on their configurations (RFC2461 p.43 6.2.1 mandates this for IPv6 routers)</title>
<updated>2005-10-19T15:05:42Z</updated>
<author>
<name>SUZUKI Shinsuke</name>
<email>suz@FreeBSD.org</email>
</author>
<published>2005-10-19T15:05:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b9204379a14bc57fac7a6d174af5b26d07b99c62'/>
<id>urn:sha1:b9204379a14bc57fac7a6d174af5b26d07b99c62</id>
<content type='text'>
Obtained from: KAME
Reviewd by: ume, gnn
MFC after: 2 weeks
</content>
</entry>
<entry>
<title>Fixed the misplaced $FreeBSD$.</title>
<updated>2005-02-09T18:07:17Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-02-09T18:07:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6b806d21d144c25f4fad714e1c0cf780f5e27d7e'/>
<id>urn:sha1:6b806d21d144c25f4fad714e1c0cf780f5e27d7e</id>
<content type='text'>
</content>
</entry>
</feed>
