-
Notifications
You must be signed in to change notification settings - Fork 1
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
get_smac function does not work correctly on virtual interfaces #2
Comments
May I work on this issue |
Go ahead :) |
could you provide some resource for creating vlans(linux) |
Hi @Saavrm26 If you are still interested in contributing to some of the other issues you are free to do so. There is some explanation for setup in this issue #3. When I said "virtual interface" I was talking about veth interfaces, not VLANs. Veth is basically a virtual port, and are created in pairs that connect (like a cable). |
Oh Thanks, I'll checkout issue #3 |
In the file https://github.com/cappe987/wiretime/blob/main/src/liblink.c.
There is a temporary workaround that just sets the MAC to
AA:AA:AA:AA:AA:AA
, but ideally it should get the correct MAC address of the interface being transmitted on.The text was updated successfully, but these errors were encountered: