zephyr/subsys/net/l2/ppp
Benjamin Lindqvist c7b6706b42 net: ppp: Ensure IPCP address is always removed
If an address was obtained by IPCP, it should always be removed in
ipcp_down(). This commit replaces the predicate with something slightly
more robust.

Signed-off-by: Benjamin Lindqvist <benjamin.lindqvist@endian.se>
2020-10-19 18:29:02 +02:00
..
CMakeLists.txt net: l2: ppp: add initial support for PAP authentication 2020-08-18 20:03:05 +03:00
fsm.c net: l2: ppp: add initial support for PAP authentication 2020-08-18 20:03:05 +03:00
ipcp.c net: ppp: Ensure IPCP address is always removed 2020-10-19 18:29:02 +02:00
ipv6cp.c net: l2: ppp: support returning Conf-Nak on unsupported option values 2020-08-18 20:03:05 +03:00
Kconfig net: l2: ppp: add initial support for PAP authentication 2020-08-18 20:03:05 +03:00
lcp.c net: l2: ppp: lcp: do not force STOPPED state after Adminitrative Close 2020-08-21 11:53:38 +03:00
link.c net: l2: ppp: don't move back to NETWORK state when link goes down 2020-08-21 11:53:59 +03:00
misc.c net: l2: ppp: add enums and strings for authentication protocols 2020-08-18 20:03:05 +03:00
network.c net: Use section foreach macros 2020-07-20 08:32:46 -07:00
options.c net: l2: ppp: support returning Conf-Nak on unsupported option values 2020-08-18 20:03:05 +03:00
pap.c net: l2: ppp: add initial support for PAP authentication 2020-08-18 20:03:05 +03:00
ppp_internal.h net: l2: ppp: add initial support for PAP authentication 2020-08-18 20:03:05 +03:00
ppp_l2.c device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
ppp_mgmt.c
ppp_stats.c device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
ppp_stats.h device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00