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

FS#2531 - iptables-mod-tproxy: Missing libxt_socket.so #7347

Closed
openwrt-bot opened this issue Oct 2, 2019 · 2 comments
Closed

FS#2531 - iptables-mod-tproxy: Missing libxt_socket.so #7347

openwrt-bot opened this issue Oct 2, 2019 · 2 comments
Labels

Comments

@openwrt-bot
Copy link

hjc:

Device: x86_64 virtual machine (QEMU KVM and Hyper-V)
Software versions: OpenWrt 18.06.4, iptables-mod-tproxy - 1.6.2-1

According to package description, iptables-mod-tproxy should provide socket match. However the package does not contain libxt_socket.so

Reproduce steps:

opkg install iptables-mod-tproxy
iptables -t mangle -N DIVERT
iptables -t mangle -A PREROUTING -p tcp -m socket -j DIVERT

It prints the following error:

iptables v1.6.2: Couldn't load match `socket':No such file or directory

Try `iptables -h' or 'iptables --help' for more information.

@openwrt-bot
Copy link
Author

yousong:

With recent change [1] and its friends on openwrt-18.06 branch, the issue should be fixed now

[1] https://git.openwrt.org/?p=openwrt/openwrt.git;a=commitdiff;h=b2fba59f103374e8e6875b19d27ea6b8798b9df6

@openwrt-bot
Copy link
Author

hjc:

Confirmed that this is fixed in latest snapshot.

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

No branches or pull requests

1 participant