diff options
author | aapostoliuk <a.apostoliuk@vyos.io> | 2024-01-25 16:13:49 +0200 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-02-08 09:02:31 +0000 |
commit | 97dc32e5cd761c58ac41e1101d740a00cadc6a24 (patch) | |
tree | 226e1b1f55ed9462a03581e715bfc92b44e757de /docs/configuration/vpn/l2tp.rst | |
parent | 5e13cabcbc56209ee3fa4a9bcd95410498c81178 (diff) | |
download | vyos-documentation-97dc32e5cd761c58ac41e1101d740a00cadc6a24.tar.gz vyos-documentation-97dc32e5cd761c58ac41e1101d740a00cadc6a24.zip |
T5971: Added PPP options documentation
Added PPP options documentation
(cherry picked from commit dd3537443d71b8a5481ad0e8fb1a8e4edd0ecb71)
Diffstat (limited to 'docs/configuration/vpn/l2tp.rst')
-rw-r--r-- | docs/configuration/vpn/l2tp.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/vpn/l2tp.rst b/docs/configuration/vpn/l2tp.rst index 8e9bf0eb..f0724588 100644 --- a/docs/configuration/vpn/l2tp.rst +++ b/docs/configuration/vpn/l2tp.rst @@ -98,7 +98,7 @@ Below is an example to configure a LNS: set vpn l2tp remote-access client-ip-pool L2TP-POOL range 192.168.255.2-192.168.255.254 set vpn l2tp remote-access default-pool 'L2TP-POOL' set vpn l2tp remote-access lns shared-secret 'secret' - set vpn l2tp remote-access ccp-disable + set vpn l2tp remote-access ppp-options disable-ccp set vpn l2tp remote-access authentication mode local set vpn l2tp remote-access authentication local-users username test password 'test' |