NetBSD/share/man
dyoung a25eaede91 Add a source-address selection policy mechanism to the kernel.
Also, add ioctls SIOCGIFADDRPREF/SIOCSIFADDRPREF to get/set preference
numbers for addresses.  Make ifconfig(8) set/display preference
numbers.

To activate source-address selection policies in your kernel, add
'options IPSELSRC' to your kernel configuration.

Miscellaneous changes in support of source-address selection:

        1 Factor out some common code, producing rt_replace_ifa().

        2 Abbreviate a for-loop with TAILQ_FOREACH().

        3 Add the predicates on IPv4 addresses IN_LINKLOCAL() and
          IN_PRIVATE(), that are true for link-local unicast
          (169.254/16) and RFC1918 private addresses, respectively.
          Add the predicate IN_ANY_LOCAL() that is true for link-local
          unicast and multicast.

        4 Add IPv4-specific interface attach/detach routines,
          in_domifattach and in_domifdetach, which build #ifdef
          IPSELSRC.

See in_getifa(9) for a more thorough description of source-address
selection policy.
2006-11-13 05:13:38 +00:00
..
man0 * Add an 'all' targets to get the order of things right 2006-08-29 14:32:45 +00:00
man1 Mark up CDPATH. From YOMURA Masanori in private mail. 2005-09-11 23:10:39 +00:00
man2 Fix some typos. 2006-02-25 02:28:55 +00:00
man3 Sort sections. Remove unnecessary quotes. Use macros for <> 2006-09-03 00:04:02 +00:00
man4 initial documentation for the puffs message interface 2006-11-09 01:29:34 +00:00
man5 mention that we can now escape ,'s and whitespace using a double \\ 2006-10-14 18:52:39 +00:00
man6
man7 Add "@uid" keyword translation, to translate effective user-id of the 2006-11-04 10:14:00 +00:00
man8 oops, remove junk. 2006-10-31 02:06:30 +00:00
man9 Add a source-address selection policy mechanism to the kernel. 2006-11-13 05:13:38 +00:00
tools getfsent(3) does not contain any information about the (nonexisting) 2005-10-03 14:56:32 +00:00
Makefile Modify "makedb" so that WHATISDBDIR be used to specify the directory 2004-02-09 07:58:01 +00:00