make MRU configurable, NAK config requests for larger values
This commit is contained in:
parent
596f98ff5a
commit
667a8bc420
8 changed files with 39 additions and 11 deletions
|
|
@ -192,6 +192,10 @@ PPP counter and timer values, as described in §4.1 of
|
|||
<a href="ftp://ftp.rfc-editor.org/in-notes/rfc1661.txt">RFC1661</a>.
|
||||
</LI>
|
||||
|
||||
<LI><B>ppp_mru</B> (int)<BR>
|
||||
PPP link MRU (default: 1452).
|
||||
</LI>
|
||||
|
||||
<LI><B>primary_dns</B> (ip address)
|
||||
<LI><B>secondary_dns</B> (ip address)<BR>
|
||||
Whenever a PPP connection is established, DNS servers will be sent to the
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
.de Id
|
||||
.ds Dt \\$4 \\$5
|
||||
..
|
||||
.Id $Id: startup-config.5,v 1.13 2005/09/02 23:59:56 bodea Exp $
|
||||
.Id $Id: startup-config.5,v 1.14 2005/09/15 09:34:49 bodea Exp $
|
||||
.TH STARTUP-CONFIG 5 "\*(Dt" L2TPNS "File Formats and Conventions"
|
||||
.SH NAME
|
||||
startup\-config \- configuration file for l2tpns
|
||||
|
|
@ -73,6 +73,9 @@ Number of configure requests to send before giving up (default: 10).
|
|||
Number of Configure-Nak requests to send before sending a
|
||||
Configure-Reject (default: 5).
|
||||
.TP
|
||||
.B ppp_mru
|
||||
PPP link MRU (default: 1452).
|
||||
.TP
|
||||
.BR primary_dns , " secondary_dns"
|
||||
Whenever a PPP connection is established, DNS servers will be sent to the
|
||||
user, both a primary and a secondary. If either is set to 0.0.0.0, then that
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue