Skip to content

Commit b0dd9a2

Browse files
jukkarcarlescufi
authored andcommitted
doc: net: ppp: Fix the point-to-point documentation
The ppp doc was still referring to gsm-modem sample which is no longer there. Also removed old information that is no longer relevant. Fixes #67171 Signed-off-by: Jukka Rissanen <[email protected]>
1 parent e49d174 commit b0dd9a2

File tree

1 file changed

+4
-6
lines changed
  • doc/connectivity/networking/api

1 file changed

+4
-6
lines changed

doc/connectivity/networking/api/ppp.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ In Zephyr, each individual PPP link is modelled as a network interface. This
2121
is similar to how Linux implements PPP.
2222

2323
PPP support must be enabled at compile time by setting option
24-
:kconfig:option:`CONFIG_NET_PPP` and :kconfig:option:`CONFIG_NET_L2_PPP`.
25-
The PPP support in Zephyr 2.0 is still experimental and the implementation
26-
supports only these protocols:
24+
:kconfig:option:`CONFIG_NET_L2_PPP`.
25+
The PPP implementation supports only these protocols:
2726

2827
* LCP (Link Control Protocol,
2928
`RFC1661 <https://tools.ietf.org/html/rfc1661>`__)
@@ -34,9 +33,8 @@ supports only these protocols:
3433
* IPV6CP (IPv6 Control Protocol,
3534
`RFC5072 <https://tools.ietf.org/html/rfc5072>`__)
3635

37-
See also the :zephyr_file:`samples/net/sockets/echo_server/overlay-ppp.conf`
38-
file for configuration option examples.
39-
For using PPP with GSM modem, see :ref:`gsm_modem` for additional information.
36+
For using PPP with a cellular modem, see :zephyr:code-sample:`cellular-modem` sample
37+
for additional information.
4038

4139
Testing
4240
*******

0 commit comments

Comments
 (0)