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

coova-chilli: fix libxt-coova not loading properly from iptables ( openwrt/packages#23092 ) #23386

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

pparent76
Copy link
Contributor

@pparent76 pparent76 commented Feb 12, 2024

Compile tested:

rockchip/armv8/friendlyarm_nanopi-r5c-squashfs

Run tested:

on rockchip/armv8/friendlyarm_nanopi-r5c-squashfs
Loading the libxt-coova module, and using coova-chilli

Description:

Before this commit Trying to load the libxt-coova module would result into an error:

root@OpenWRT:~# iptables -m coova -h
iptables v1.8.8 (nf_tables): Couldn't load match `coova':No such file or directory

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

After this commit it loads correctly:

iptables -m coova -h
iptables v1.8.8 (legacy)

Usage: iptables -[ACD] chain rule-specification [options]
     [...]
coova match options:
    --name name                 Name of the table to be used. 'chilli' used if none given.
    --source                    Indicates the source direction (lookup by source MAC/IP)
    --dest                      Indicates the reply (lookup by dest address).
xt_coova by: David Bird (Coova Technologies) <support@coova.com>.  http://coova.github.io/CoovaChilli

And coova-chilli is usable with libxt-coova module.

@brada4
Copy link

brada4 commented Feb 12, 2024

Add S-o-b: and I indicate that problematic patch was introduced since 22.03 series.
Fixes: #23092
Fixes: 55297e4
No-Change: #16818

Please bump package release

PKG_RELEASE:=10

@pparent76
Copy link
Contributor Author

Please bump package release

Done

@pparent76
Copy link
Contributor Author

Hope it's better like that.

@neheb neheb merged commit 61ba390 into openwrt:master Feb 23, 2024
6 of 12 checks passed
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

Successfully merging this pull request may close these issues.

3 participants