yamt commented on PR #7541:
URL: https://github.com/apache/incubator-nuttx/pull/7541#issuecomment-1308477348

   > ## Summary
   > 
   > This merge request aims to add a lightweight packet filter to NuttX, 
called iptlite (iptables lite), which was based on Linux firewall, iptables and 
netfilter. This first implementation was focused on the essential commands, 
such as adding a drop rule based on the 4-tuple (source IPv4 address, 
destination IPv4 address, source port and destination port), flush all rules 
and list all rules, for all ingress TCP packets.
   > 
   > The implementation was divided in two parts: the [iptlite 
app](https://github.com/apache/incubator-nuttx-apps/pull/1399), the CLI to the 
user, and the nflite modules (netfilter lite), which will provide the APIs to 
the iptlite app, that can be seen in another MR on the incubator-nuttx 
repository.
   
   what's the exact relationship between these code and 
https://www.netfilter.org/ ?
   is this code under GPL?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to