From: Paul Mackerras Date: Fri, 7 Aug 2020 00:44:01 +0000 (+1000) Subject: Merge pull request #145 from sthibaul/ipv6cp-accept-remote X-Git-Tag: ppp-2.4.9~55 X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=045169401601639b9163e1df00f868a0a49131ce;hp=-c;p=ppp.git Merge pull request #145 from sthibaul/ipv6cp-accept-remote Add ipv6cp-accept-remote option --- 045169401601639b9163e1df00f868a0a49131ce diff --combined pppd/pppd.8 index 2517446,53b1c12..1cf0f67 --- a/pppd/pppd.8 +++ b/pppd/pppd.8 @@@ -470,6 -470,11 +470,11 @@@ With this option, pppd will accept the interface identifier, even if the local IPv6 interface identifier was specified in an option. .TP + .B ipv6cp\-accept\-remote + With this option, pppd will accept the peer's idea of its (remote) + IPv6 interface identifier, even if the remote IPv6 interface + identifier was specified in an option. + .TP .B ipv6cp\-max\-configure \fIn Set the maximum number of IPv6CP configure-request transmissions to \fIn\fR (default 10). @@@ -1087,10 -1092,6 +1092,10 @@@ When operating as an EAP SRP\-SHA1 clie stored in ~/.ppp_pseudonym first as the identity, and save in this file any pseudonym offered by the peer during authentication. .TP +.B stop\-bits \fIn +Set the number of stop bits for the serial port. Valid values are 1 or 2. +The default value is 1. +.TP .B sync Use synchronous HDLC serial encoding instead of asynchronous. The device used by pppd with this option must have sync support.