We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
today we pass lease file via cmdline arguments like this: --dhcp-lease-file /var/lib/dhclient/dhclient.leases.
The below is the flow needed in the runCommandDaemon (code) :
for reference: #403, #396, #418
The text was updated successfully, but these errors were encountered:
when I look at Ubuntu, when using Network Manager, I see a separate file per interface and not all interfaces in the same file...
See example:
root@bf2:~# ls -l /var/lib/NetworkManager/dhclient-* -rw-r--r-- 1 root root 6981 Jun 19 20:31 /var/lib/NetworkManager/dhclient-aa93b667-6aac-3804-91e9-4958e07fdb2f-oob_net0.lease -rw-r--r-- 1 root root 2514 Jun 7 18:52 /var/lib/NetworkManager/dhclient-oob_net0.conf
So instead of single file , maybe we should pass a folder to scan ? or check if argument is file or folder ourselves... or only accept folders...
Also what will be files we are looking for in that folder?
Sorry, something went wrong.
bhoopesh369
No branches or pull requests
today we pass lease file via cmdline arguments like this: --dhcp-lease-file /var/lib/dhclient/dhclient.leases.
The below is the flow needed in the runCommandDaemon (code) :
for reference: #403, #396, #418
The text was updated successfully, but these errors were encountered: