-
Notifications
You must be signed in to change notification settings - Fork 344
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
T6998: dhcp.py fix datetime to be zone aware, add fix for hostname #4277
base: current
Are you sure you want to change the base?
Conversation
👍 |
@metron2 thanks for the fixes. Could you please pack them into two individual commits as they solve two different issues? |
Sure happy to reorganize them. Any thoughts re dateformats for users? On the dev portal it was brought up that this modifies the presentation from a custom format On my system, I needed both of these fixes to get "show dhcp server leases" working again. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
CI integration ❌ failed! Details
|
Change summary
This fixes
show dhcp server leases
to work again.Types of changes
Related Task(s)
https://vyos.dev/T6998
Related PR(s)
How to test / Smoketest result
I ran "show dhcp server leases" and it didn't work
fixing that bug led to finding the bug with the hostname length.
Checklist: