-
Notifications
You must be signed in to change notification settings - Fork 9
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
DCHPREQUEST/DHCPACK and DHCPREQUEST/DHCPREPLY #2
base: master
Are you sure you want to change the base?
Conversation
I added support for the DCHPREQUEST/DHCPACK (IPv4) and DHCPREQUEST/DHCPREPLY (IPv6) flows.
@matejv @ArnesSI @francois-maillard I've just checked, and it seems like ths script is still only generating DHCP Discover, waiting for DHCP Offer, print the result and stops here. |
@matejv @ArnesSI @francois-maillard |
Sorry for no replies, busy with other projects... I'll take a look at the pull request over the weekend. @francois-maillard @avisnevschi What are you trying to achieve by going further with the DHCP request flow? Initially I developed this tool to just check if DHCP server responds (and how quickly) to monitor some performance issues we had, so I never felt the need to do anything more than that. |
@matejv Thanks! I think it is good thing to test all DHCP Server answers, and in generally if the whole processes of obtaining IP via DHCP will be done, then, this tool can be used to test the whole performance of DHCP server, and the fact that it is working correctly. Moreover some DHCP Servers are not adding DHCP lease to database until they get REQUEST and answers with ACK. So adding REQUEST/ACK to the flow will check the real performance of DHCP server with all the steps involved in this process. |
I'm writing "integration tests" for our hardware installation setup, more precisely writing tests that make sure the dynamic dns updates secured by tsig keys are written to the DNS DB. This only occurs when the lease is actually sent to the client. |
any news on that PR? |
@matejv @ArnesSI @francois-maillard when will this PR be accepted, as testing DHCP for IPv6 for the REQUEST/ACK is going to help network engineers |
I added support for the DCHPREQUEST/DHCPACK (IPv4) and DHCPREQUEST/DHCPREPLY (IPv6) flows.