-
Notifications
You must be signed in to change notification settings - Fork 864
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
unsupported DSA tag: qca #1367
Comments
What does |
same error
|
It seems you have hardware that uses the QCA tagging for DSA, which the Linux kernel supports (seemingly since 2015), but libpcap does not. |
Which specific hardware is this, and which OpenWrt release? |
so i have 2 dsa tag that are no supported qca / mtk Linksys EA7500 V1
Linksys EA7500 V2
|
Same problem here with OpenWrt 24.10.0-rc3
|
|
Up until commit 8f1f6fc ("If we can't allocate a DLT_ list, fail."), the iface_dsa_get_proto_info() return code was ignored, but now it isn't. Many DSA tags are in use which libpcap has no idea about: the-tcpdump-group#1367 Let's keep the behavior as before, i.e. don't give up on these packets, even though we don't know what's inside.
For the record, this is a regression, for which I've opened this pull request: #1451. Testers welcome. |
Hi ,
What we need todo to solve this error ?
The text was updated successfully, but these errors were encountered: