-
Notifications
You must be signed in to change notification settings - Fork 84
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
net/linux: add net_netlink_addrs #1232
Conversation
seems to work on Linux:
|
@cspiel1 @maximilianfridrich @juha-h would be nice if you can test this PR too. |
I built baresip app using re of this PR and baresip app on Debian worked OK over WiFi interface. |
I just tested it with my normal setup and with a setup mimicking @robert-scheck's. Looks good. PS: I setup a new bridge interface |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't comment about the actual code changes, just about the result: Yes, it solves the problem, thank you :)
Thanks all for testing and review! |
This pull request adds support for obtaining network interface addresses using the RTNETLINK API on Linux systems.
fixes baresip/baresip#3245