]> git.ozlabs.org Git - ppp.git/commitdiff
Merge pull request #145 from sthibaul/ipv6cp-accept-remote
authorPaul Mackerras <paulus@ozlabs.org>
Fri, 7 Aug 2020 00:44:01 +0000 (10:44 +1000)
committerGitHub <noreply@github.com>
Fri, 7 Aug 2020 00:44:01 +0000 (10:44 +1000)
Add ipv6cp-accept-remote option

1  2 
pppd/pppd.8

diff --combined pppd/pppd.8
index 2517446a7acc78d6f7d9f9c079643b219d57d674,53b1c12e419882a5fed175ae48a2f631c5467e9a..1cf0f67db62b181f584903a52eafd8b3aafa45fe
@@@ -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.