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

added support for linux-5.15.167 #15

Open
wants to merge 1 commit into
base: openwrt-23.05-nss-qsdk11
Choose a base branch
from

Conversation

ingamedeo
Copy link

linux-5.15.167 (for 23.05.5) introduces additional changes that break some of the NSS patches.

This PR should be merged together with the PR in nss-packages for the same purpose.

@ingamedeo
Copy link
Author

This is upstream commit in the kernel that changes the signature netfilter: br_netfilter: skip conntrack input hook for promisc packets; to be fair, it's kinda weird because the value of promisc can be derived from the skb structure which is what they used to do before:
promisc = !!(br->dev->flags & IFF_PROMISC); not sure why they decided to add another promisc to the signature.

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

Successfully merging this pull request may close these issues.

1 participant