[BACK]Return to sysctl.7 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / man / man7

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/share/man/man7/sysctl.7 between version 1.5 and 1.9

version 1.5, 2007/03/07 22:24:31 version 1.9, 2007/04/22 19:47:41
Line 29 
Line 29 
 .\"  .\"
 .\"     @(#)sysctl.3    8.4 (Berkeley) 5/9/95  .\"     @(#)sysctl.3    8.4 (Berkeley) 5/9/95
 .\"  .\"
 .Dd February 2, 2007  .Dd April 22, 2007
 .Dt SYSCTL 7  .Dt SYSCTL 7
 .Os  .Os
 .Sh NAME  .Sh NAME
Line 937  The currently defined protocols and name
Line 937  The currently defined protocols and name
 .It ip  forwsrcrt       integer yes  .It ip  forwsrcrt       integer yes
 .It ip  gifttl  integer yes  .It ip  gifttl  integer yes
 .It ip  grettl  integer yes  .It ip  grettl  integer yes
   .It ip  hashsize        integer yes
 .It ip  hostzerobroadcast       integer yes  .It ip  hostzerobroadcast       integer yes
 .It ip  lowportmin      integer yes  .It ip  lowportmin      integer yes
 .It ip  lowportmax      integer yes  .It ip  lowportmax      integer yes
Line 1060  tunnel interface.
Line 1061  tunnel interface.
 The maximum time-to-live (hop count) value for an IPv4 packet generated by  The maximum time-to-live (hop count) value for an IPv4 packet generated by
 .Xr gre 4  .Xr gre 4
 tunnel interface.  tunnel interface.
   .It Li ip.hashsize
   The size of IPv4 Fast Forward hash table.
   This value must be a power of 2 (64, 256...).
   A larger hash table size results in fewer collisions.
   Also see
   .Li ip.maxflows .
 .It Li ip.hostzerobroadcast  .It Li ip.hostzerobroadcast
 All zeroes address is broadcast address.  All zeroes address is broadcast address.
 .It Li ip.lowportmax  .It Li ip.lowportmax
Line 1288  The currently defined protocols and name
Line 1295  The currently defined protocols and name
 .It ip6 defmcasthlim    integer yes  .It ip6 defmcasthlim    integer yes
 .It ip6 forwarding      integer yes  .It ip6 forwarding      integer yes
 .It ip6 gifhlim integer yes  .It ip6 gifhlim integer yes
   .It ip6 hashsize        integer yes
 .It ip6 hlim    integer yes  .It ip6 hlim    integer yes
 .It ip6 hdrnestlimit    integer yes  .It ip6 hdrnestlimit    integer yes
 .It ip6 kame_version    string  no  .It ip6 kame_version    string  no
Line 1299  The currently defined protocols and name
Line 1307  The currently defined protocols and name
 .It ip6 maxfragpackets  integer yes  .It ip6 maxfragpackets  integer yes
 .It ip6 maxfrags        integer yes  .It ip6 maxfrags        integer yes
 .It ip6 redirect        integer yes  .It ip6 redirect        integer yes
   .It ip6 rht0    integer yes
 .It ip6 rr_prune        integer yes  .It ip6 rr_prune        integer yes
 .It ip6 use_deprecated  integer yes  .It ip6 use_deprecated  integer yes
 .It ip6 v6only  integer yes  .It ip6 v6only  integer yes
Line 1356  tunnel interface.
Line 1365  tunnel interface.
 .It Li ip6.hdrnestlimit  .It Li ip6.hdrnestlimit
 The number of IPv6 extension headers permitted on incoming IPv6 packets.  The number of IPv6 extension headers permitted on incoming IPv6 packets.
 If set to 0, the node will accept as many extension headers as possible.  If set to 0, the node will accept as many extension headers as possible.
   .It Li ip6.hashsize
   The size of IPv6 Fast Forward hash table.
   This value must be a power of 2 (64, 256...).
   A larger hash table size results in fewer collisions.
   Also see
   .Li ip6.maxflows .
 .It Li ip6.hlim  .It Li ip6.hlim
 The default hop limit value for an IPv6 unicast packet sourced by the node.  The default hop limit value for an IPv6 unicast packet sourced by the node.
 This value applies to all the transport protocols on top of IPv6.  This value applies to all the transport protocols on top of IPv6.
Line 1391  IPv6 Fast Forwarding is enabled by defau
Line 1406  IPv6 Fast Forwarding is enabled by defau
 If set to 0, IPv6 Fast Forwarding is disabled.  If set to 0, IPv6 Fast Forwarding is disabled.
 .Li ip6.maxflows  .Li ip6.maxflows
 controls the maximum amount of flows which can be created.  controls the maximum amount of flows which can be created.
   The default value is 256.
 .It Li ip6.maxfragpackets  .It Li ip6.maxfragpackets
 The maximum number of fragmented packets the node will accept.  The maximum number of fragmented packets the node will accept.
 0 means that the node will not accept any fragmented packets.  0 means that the node will not accept any fragmented packets.
Line 1405  The flag is provided basically for avoid
Line 1421  The flag is provided basically for avoid
 If set to 1, ICMPv6 redirects may be sent by the node.  If set to 1, ICMPv6 redirects may be sent by the node.
 This option is ignored unless the node is routing IP packets,  This option is ignored unless the node is routing IP packets,
 and should normally be enabled on all systems.  and should normally be enabled on all systems.
   .It Li ip6.rht0
   This variable controls processing of routing header type 0 packets. The
   possible values are:
   .Bl -tag -width "-1"
   .It Li \-1
   Processing is disabled (default).
   .It Li 0
   Processing is enabled only for routers and not for hosts.
   .It Li 1
   Processing is enabled for both routers and hosts.
   .El
 .It Li ip6.rr_prune  .It Li ip6.rr_prune
 The variable specifies interval between IPv6 router renumbering prefix  The variable specifies interval between IPv6 router renumbering prefix
 babysitting, in seconds.  babysitting, in seconds.

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.9

CVSweb <webmaster@jp.NetBSD.org>