lwip/src/netif
Sylvain Rochet e39d012312 PPP, from PPPD upstream, separate IPv6 handling for sifup/sifdown
The current code is buggy regarding handling of link state when using
both IPCP and IPv6CP: if IPv6CP has been set up and if during IPCP
negociation, ipcp_up() fails, it will incorrectly take the interface
down. The simple solution here is to change the platform code to do the
same as on Solaris: separate IPv6CP up/down state handling with sif6up()
and sif6down(), so that we really know when the interface is allowed to
go down.

(Based from pppd commit b04d2dc6df5c6b5650fea44250d58757ee3dac4a)
2014-12-24 23:01:06 +01:00
..
ppp PPP, from PPPD upstream, separate IPv6 handling for sifup/sifdown 2014-12-24 23:01:06 +01:00
etharp.c etharp: fixed casting 'ctime' from u16_t to u8_t in local variables (introduced when fixing bug #34682) 2014-12-22 11:21:18 +01:00
ethernetif.c Parts of patch #8397 Typos corrected in comments and text outputs 2014-09-18 21:15:13 +02:00
FILES Added description about the PPP stack 2009-12-07 07:28:27 +00:00
slipif.c PPP,SLIP include lwip/sio.h after lwip/sys.h to prevent functions prototype collision 2014-12-24 21:23:54 +01:00