aleskxyz commented on pull request #4890:
URL: https://github.com/apache/cloudstack/pull/4890#issuecomment-867976964
> Hi @aleskxyz is this PR ready for review/test?
Hi @nvazquez
Yes it is ready for test/review.
Support for getting userdata address from Alpine needs a script in hook
directory of udhcpc.
I put the commands here but I'll open a PR in documentation repository.
```
# Create DHCP post-bound hooks directory
mkdir -p /etc/udhcpc/post-bound
# DHCP hook to export DHCP server IP
echo 'echo $serverid > /run/dhcp-server-ip.$interface' >
/etc/udhcpc/post-bound/dhcp-server-ip
chmod +x /etc/udhcpc/post-bound/dhcp-server-ip
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]