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#3692 - Reduce fw3 warnings when both IPv4 and IPv6 are in use #8708

Open
openwrt-bot opened this issue Mar 19, 2021 · 0 comments
Open

FS#3692 - Reduce fw3 warnings when both IPv4 and IPv6 are in use #8708

openwrt-bot opened this issue Mar 19, 2021 · 0 comments
Labels

Comments

@openwrt-bot
Copy link

luizluca:

When the same rule uses both IPv4 and IPv6 addresses, fw3 shows a bunch of warnings.

* Populating IPv4 filter table * Rule 'xxx-UDP' ! Skipping due to different family of ip address ! Skipping due to different family of ip address * Populating IPv6 filter table * Rule 'xxx-UDP' ! Skipping due to different family of ip address ! Skipping due to different family of ip address

I suggest to remove that warning or only show it when the family is specified and it does not match.
There is no reason to show that when family is 'any'.

With too much noise, an important warning messaged might be missed.

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