duduita commented on PR #7541: URL: https://github.com/apache/nuttx/pull/7541#issuecomment-1689775380
@P1F and I were thinking about continuing to work on our packet filter contribution, but these PRs https://github.com/apache/nuttx-apps/pull/1479, https://github.com/apache/nuttx/pull/7989 raised some questions @xiaoxiang781216. It seems that the mentioned PRs implemented more sophisticated tables, and structures to be used in a packet filter, including the iptables, but the packet filter itself, in other words, the netfilter linux equivalent wasn't implemented, am I right @xiaoxiang781216? So, if I understood well, if we decide to resume our contribution work, we wouldn't need the https://github.com/apache/nuttx-apps/pull/1399, since the iptables seem to be already implemented in this one https://github.com/apache/nuttx-apps/pull/1479, but we would still need to add the netfilter, something like this [function](https://github.com/apache/nuttx/pull/7541/files#diff-9129c2ebfe1772fccd0a013da6c0f16475d1363133b0be4654df018fdcd649eaR115) that we have in this PR, but using the new structures, right? -- 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]
