-
Notifications
You must be signed in to change notification settings - Fork 314
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
rtnl_flower_set_vlan_id - not work #408
Comments
hi. I don't know the answer to this, but since you are able to reproduce, you seem well positioned to find out what's wrong. Note that kernel sources seem to indicate that this should be a big-endian u16 number. libnl doesn't seem to be aware of that, and just passes on whatever it has. Does it work if you pass 0x6500u instead of 0x65u (101)? |
Hm, no from the kernel sources it seems it's native endianness, although there are comments like |
it didn't help. didn't help. Do you have any other ideas?
|
|
I call
rtnl_flower_set_vlan_id
, but it doesn't have any effectI should get the following output
but I get this output
The text was updated successfully, but these errors were encountered: