Move packet handling to firewall
This commit is contained in:
parent
929aaf39a3
commit
986b596b46
2 changed files with 11 additions and 12 deletions
|
@ -1,10 +1,6 @@
|
|||
#ifndef _LWIP_HOOKS_H_
|
||||
#define _LWIP_HOOKS_H_
|
||||
|
||||
#include "lwip/netif.h"
|
||||
#include "lwip/pbuf.h"
|
||||
#include "lwip/ip4.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
|
|
Reference in a new issue