-
Notifications
You must be signed in to change notification settings - Fork 14
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
fetch DHCP leases from networkd
#420
Comments
It seems we can't get the lease info via dbus for systemd-networkd. Dbus does not expose the info. WDYT? @glimchb |
The maximum info we can get via dbus is:
|
copy paste please an example of this folder |
See xPU sZTP provisioning block
today we pass lease file via cmdline arguments like this: --dhcp-lease-file /var/lib/dhclient/dhclient.leases.
for detecting this automatically using Network manger : #418
but if detection through Network Manager doesn't work, we can then look through networkd same as the above
can we detect that info automatically from networkd over dbus?
The text was updated successfully, but these errors were encountered: