Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release版本中,Netfilter 的NF_INET_PRE_ROUTING钩子收不到LAN口的数据 #13199

Open
1 task done
henrypig opened this issue Dec 11, 2024 · 0 comments
Open
1 task done

Comments

@henrypig
Copy link

详细叙述

钩子配置如下,钩不到Lan口的数据包,WAN口的可以数据包可以钩到,请教各位大佬会是什么问题
this->routing_ops.hook = private_routing_hook;
this->routing_ops.pf = AF_INET;
this->routing_ops.hooknum = NF_INET_PRE_ROUTING;
this->routing_ops.priority = NF_IP_PRI_LAST;

openwrt官网的release(23.05.5)分支也是一样的情况,它的mast分支却能钩到WAN和LAN的数据包。

重复 issue

  • 没有类似的 issue

具体型号

倍控N5105

详细日志

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant