PPP, removed low level create functions from PPP core

ppp_over_ethernet_create() moved from ppp.c to pppoe.c
ppp_over_l2tp_create() moved from ppp.c to pppol2tp.c
This commit is contained in:
Sylvain Rochet
2015-02-15 11:15:07 +01:00
parent 0afc34f6fc
commit ee85aaccd2
7 changed files with 23 additions and 49 deletions

View File

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