Move packet handling to firewall

This commit is contained in:
Florian Hoss 2022-07-26 14:07:54 +02:00
parent 929aaf39a3
commit 986b596b46
2 changed files with 11 additions and 12 deletions

View file

@ -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"
{