wengzhe opened a new pull request, #12156:
URL: https://github.com/apache/nuttx/pull/12156

   ## Summary
   Patches included:
   - net/netlink: Add `NETLINK_NETFILTER`'s `CONNTRACK` support
   - net/netlink: Move netlink_add_terminator as public
   - net/nat: Add foreach interface for entries
   
   Now we only supports conntrack (`NF_NETLINK_CONNTRACK_*`) info from NAT 
entries, to let our apps in user space know the mapping status in NAT.
   
   ## Impact
   New netlink family (`NETLINK_NETFILTER`) support, only implemented 
conntrack, under control of `CONFIG_NETLINK_NETFILTER`
   
   ## Testing
   Together with userspace's `conntrack` command, which behaves similar to 
Linux's one on NAT connections.
   


-- 
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