-
-
Notifications
You must be signed in to change notification settings - Fork 249
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
DHCP client #1243
Comments
Feel free to take over, it would be great to have some reinforcement with this part. If there will be anything I can help with, just ping me. We can also establish some more convenient communication channel than GH issue tracker, might be an IRC channel or something. |
IRC would be perfect ! I saw a mention of channel pyroute2 on freenode in issue #304, is it still up to date ? I'll join you there because I indeed have a few questions :) |
I didn't use IRC for years, so I need some time to revive the channel, if it's possible at all, or to create a new one. |
@etene I've registered |
Hello,
I'm currently working on an async DHCP client for our needs. Florent pointed me to the existing DHCP code in pyroute2, it looks like a great base to start from. Would you be okay with me "taking over" this part of the code in a PR ?
Here's my current plan:
I'm trying to adapt & write some tests before I push anything. I saw you used udhcpd for this purpose previously, would you mind me using dnsmasq in tests ?
Thanks,
Étienne
The text was updated successfully, but these errors were encountered: