zephyr/subsys/net/l2/ppp
Benjamin Lindqvist 8c22983234 net: l2: ppp: Remove ipcp address on network down
Without removing the stale address obtained during IPCP, it will still
be present the next time we do IPCP, marked as "in use" by the network
stack even if it is stale. This turned out to be a showstopper for
restarting the PPP stack on devices without static IP.

Signed-off-by: Benjamin Lindqvist <benjamin.lindqvist@endian.se>
2020-10-06 11:57:46 +03: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: l2: ppp: Remove ipcp address on network down 2020-10-06 11:57:46 +03: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 net: ppp: Implement missing ppp mgmt functions 2020-03-24 14:29:49 -05:00
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