We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
钩子配置如下,钩不到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的数据包。
倍控N5105
无
The text was updated successfully, but these errors were encountered:
No branches or pull requests
详细叙述
钩子配置如下,钩不到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
具体型号
倍控N5105
详细日志
无
The text was updated successfully, but these errors were encountered: