PPP: Moved PPPoS from ppp.c to pppos.c

Started removing from PPP core most of low level protocol PPPoS
handling to separate files, using the new low level PPP callbacks.
This commit is contained in:
Sylvain Rochet
2015-02-15 22:12:39 +01:00
parent 09b4485870
commit 9c15ffbb74
6 changed files with 843 additions and 760 deletions

View File

@@ -39,6 +39,7 @@
#include "lwip/tcpip.h"
#include "netif/ppp/pppoe.h"
#include "netif/ppp/pppol2tp.h"
#include "netif/ppp/pppos.h"
/**
* Call ppp_set_default() inside the tcpip_thread context.