Skip to content
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

boot.d/70.dhclient.conf: Appends management interface entry at each boot #306

Open
paulmenzel opened this issue Oct 10, 2024 · 1 comment

Comments

@paulmenzel
Copy link
Contributor

echo "interface \"ma1\" {" >> $DHCLIENT_CONF
echo " send dhcp-client-identifier 01:$MA1_MAC;" >> $DHCLIENT_CONF
echo "}" >> $DHCLIENT_CONF

The >> causes the entry to be written at each boot.

\cc @buczek

@paulmenzel
Copy link
Contributor Author

Commit opencomputeproject/OpenNetworkLinux@7714680 from August 2016 to solve the issue DHCP req between ONIE and ONL, and @Lewis-Kang commented the same issue there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant