Skip to content

Commit

Permalink
doc: net: ppp: Fix the point-to-point documentation
Browse files Browse the repository at this point in the history
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 zephyrproject-rtos#67171

Signed-off-by: Jukka Rissanen <[email protected]>
  • Loading branch information
jukkar committed Jan 5, 2024
1 parent 603c3af commit ab44ce9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions doc/connectivity/networking/api/ppp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ In Zephyr, each individual PPP link is modelled as a network interface. This
is similar to how Linux implements PPP.

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

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

See also the :zephyr_file:`samples/net/sockets/echo_server/overlay-ppp.conf`
file for configuration option examples.
For using PPP with GSM modem, see :ref:`gsm_modem` for additional information.
For using PPP with a cellular modem, see :ref:`cellular-modem` for additional information.

Testing
*******
Expand Down

0 comments on commit ab44ce9

Please sign in to comment.