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#1575 - dnsmasq: ipset not filled #6535

Closed
openwrt-bot opened this issue Jun 5, 2018 · 1 comment
Closed

FS#1575 - dnsmasq: ipset not filled #6535

openwrt-bot opened this issue Jun 5, 2018 · 1 comment
Labels

Comments

@openwrt-bot
Copy link

BlackyP8:

Hi there, I know dnsmasq is currently in testing state.
But because I don't know if it's a developer known issue I post my results.

Maintainer: Kevin Darbyshire-Bryant
Environment:

openwrt snapshot x86_64 builds from master branch; first seen while upgrading from dnsmasq 2.79 to 2.80test2
running on Hyper-V VM on amdfam10 Prozessor

Description:

IPSets aren't filled anymore.

I'm using mwan3 with ipsets filled by dnsmasq configured like this

/etc/config/dhcp
"config dnsmasq
list ipset 'xxx/xxx/xxx/yyy1,yyy2'"

/etc/config/firewall
"config ipset
option enabled '1'
option name 'yyy1'
option storage 'hash'
option family 'ipv4'
option match 'src_ip'

config ipset
option enabled '1'
option name 'yyy2'
option storage 'hash'
option family 'ipv6'
option match 'src_ip'"

My last functioning snapshot is r6789-3435dbdc1c with dnsmasq 2.79, my next build was from 2018/05/15 with 2.80test2 where "ipset list" shows no entries anymore, also after triggering with an "nslookup xxx" via console. (Also tried with last commit bcf20e0).

If you already know that this is an issue, please close this one.

Thank you

@openwrt-bot
Copy link
Author

BlackyP8:

Fixed with 0e84393

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