Modified Files:

Linux+IPv6-HOWTO.lyx : Extend proc entries
This commit is contained in:
pbldp 2002-09-29 10:11:47 +00:00
parent bb08eac28c
commit 3cad21f50a
1 changed files with 242 additions and 31 deletions

View File

@ -51,6 +51,15 @@ on>
<revhistory>
\layout SGML
<revision> <revnumber>Release 0.31</revnumber> <date>2002-09-29</date> <authorini
tials>PB</authorinitials> <revremark>See
\begin_inset LatexCommand \ref[revision history]{revision-history}
\end_inset
for more</revremark></revision>
\layout SGML
<revision> <revnumber>Release 0.30</revnumber> <date>2002-09-27</date> <authorini
tials>PB</authorinitials> <revremark>See
\begin_inset LatexCommand \ref[revision history]{revision-history}
@ -69,15 +78,6 @@ tials>PB</authorinitials> <revremark>See
for more</revremark></revision>
\layout SGML
<revision> <revnumber>Release 0.28</revnumber> <date>2002-08-17</date> <authorini
tials>PB</authorinitials> <revremark>See
\begin_inset LatexCommand \ref[revision history]{revision-history}
\end_inset
for more</revremark></revision>
\layout SGML
</revhistory>
\layout Abstract
@ -5055,7 +5055,7 @@ Accept Router Advertisements, and autoconfigure this interface with received
data.
\layout Subsubsection
accept_redirects
accept_redirectsc
\layout Itemize
Type: BOOLEAN
@ -5218,6 +5218,70 @@ Default: 3
Number of Router Solicitations to send until assuming no routers are present.
\layout Subsection
neigh/default/*
\layout Standard
Change default settings for neighbor detection and some special global interval
and threshold values:
\layout Subsubsection
gc_thresh1
\layout Itemize
Type: INTEGER
\layout Itemize
Default: 128
\layout Standard
More to be filled.
\layout Subsubsection
gc_thresh2
\layout Itemize
Type: INTEGER
\layout Itemize
Default: 512
\layout Standard
More to be filled.
\layout Subsubsection
gc_thresh3
\layout Itemize
Type: INTEGER
\layout Itemize
Default: 1024
\layout Standard
Tuning parameter for neighbour table size.
\layout Standard
Increase this value if you have a lot of interfaces and problem with routes
start to act mysteriously and fail.
Or if a running Zebra (routing daemon) reports:
\layout Code
ZEBRA: netlink-listen error: No buffer space available, type=RTM_NEWROUTE(24),
seq=426, pid=0
\layout Subsubsection
gc_interval
\layout Itemize
Type: INTEGER
\layout Itemize
Default: 30
\layout Standard
More to be filled.
\layout Subsection
neigh/interface/*
\layout Standard
@ -5225,69 +5289,147 @@ Change special settings per interface for neighbor detection.
\layout Subsubsection
anycast_delay
\layout Itemize
Type: INTEGER
\layout Itemize
Default: 100
\layout Standard
To be filled.
More to be filled.
\layout Subsubsection
gc_stale_time
\layout Itemize
Type: INTEGER
\layout Itemize
Default: 60
\layout Standard
To be filled.
More to be filled.
\layout Subsubsection
proxy_qlen
\layout Itemize
Type: INTEGER
\layout Itemize
Default: 64
\layout Standard
To be filled.
More to be filled.
\layout Subsubsection
unres_qlen
\layout Itemize
Type: INTEGER
\layout Itemize
Default: 3
\layout Standard
More to be filled.
\layout Subsubsection
app_solicit
\layout Itemize
Type: INTEGER
\layout Itemize
Default: 0
\layout Standard
To be filled.
More to be filled.
\layout Subsubsection
locktime
\layout Itemize
Type: INTEGER
\layout Itemize
Default: 0
\layout Standard
To be filled.
More to be filled.
\layout Subsubsection
retrans_time
\layout Itemize
Type: INTEGER
\layout Itemize
Default: 100
\layout Standard
To be filled.
More to be filled.
\layout Subsubsection
base_reachable_time
\layout Itemize
Type: INTEGER
\layout Itemize
Default: 30
\layout Standard
To be filled.
More to be filled.
\layout Subsubsection
mcast_solicit
\layout Itemize
Type: INTEGER
\layout Itemize
Default: 3
\layout Standard
To be filled.
More to be filled.
\layout Subsubsection
ucast_solicit
\layout Itemize
Type: INTEGER
\layout Itemize
Default: 3
\layout Standard
To be filled.
More to be filled
\layout Subsubsection
delay_first_probe_time
\layout Itemize
Type: INTEGER
\layout Itemize
Default: 5
\layout Standard
To be filled.
More to be filled.
\layout Subsubsection
proxy_delay unres_qlen
proxy_delay
\layout Itemize
Type: INTEGER
\layout Itemize
Default: 80
\layout Standard
To be filled.
More to be filled.
\layout Subsection
route/*
@ -5299,49 +5441,115 @@ Change global settings for routing
flush
\layout Standard
To be filled.
Removed in newer kernel releases - more to be filled.
\layout Subsubsection
gc_interval
\layout Itemize
Type: INTEGER
\layout Itemize
Default: 30
\layout Standard
To be filled.
More to be filled.
\layout Subsubsection
gc_thresh max_size
gc_thresh
\layout Itemize
Type: INTEGER
\layout Itemize
Default: 1024
\layout Standard
To be filled.
More to be filled.
\layout Subsubsection
mtu_expires
\layout Itemize
Type: INTEGER
\layout Itemize
Default: 600
\layout Standard
To be filled.
More to be filled.
\layout Subsubsection
gc_elasticity
\layout Itemize
Type: INTEGER
\layout Itemize
Default: 0
\layout Standard
To be filled.
More to be filled.
\layout Subsubsection
gc_min_interval
\layout Itemize
Type: INTEGER
\layout Itemize
Default: 5
\layout Standard
To be filled.
More to be filled.
\layout Subsubsection
gc_timeout
\layout Itemize
Type: INTEGER
\layout Itemize
Default: 60
\layout Standard
To be filled.
More to be filled.
\layout Subsubsection
min_adv_mss
\layout Itemize
Type: INTEGER
\layout Itemize
Default: 12
\layout Standard
To be filled.
More to be filled.
\layout Subsubsection
max_size
\layout Itemize
Type: INTEGER
\layout Itemize
Default: 4096
\layout Standard
More to be filled.
\layout Subsubsection
max_size
\layout Itemize
Type: INTEGER
\layout Itemize
Default: 4096
\layout Standard
More to be filled.
\layout Section
@ -10723,6 +10931,9 @@ Versions x.y.z are work-in-progress and only published as LyX file on CVS.
Releases 0.x
\layout Description
0.31 2002-09-29/PB: Extend information in proc-filesystem entries
\layout Description
0.30 2002-09-27/PB: Add some maillists
\layout Description