freebsd-dev/share/man
Hiroki Sato a283298ce3 Improve flexibility of receiving Router Advertisement and
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
2009-09-12 22:08:20 +00:00
..
man1 Fix markup. 2006-12-26 22:25:58 +00:00
man3 Rename the queue macros I introduced last year. 2009-05-27 19:28:04 +00:00
man4 Improve flexibility of receiving Router Advertisement and 2009-09-12 22:08:20 +00:00
man5 Mention that individual device driver can accept other flags through 2009-09-12 00:28:05 +00:00
man6
man7 Document MAKE_DVD and xref svn in ports. 2009-08-18 12:24:27 +00:00
man8 Support shadow.byname and shadow.byuid maps, protecting them by 2009-06-25 16:15:39 +00:00
man9 Add claraifications to the kproc and kthread manpages and link 2009-08-23 07:48:11 +00:00
Makefile Reimplementation of world/kernel build options. For details, see: 2006-03-17 18:54:44 +00:00