Ethernet Address Reservation and DHCP during contextualization

I can successfully use EthernetAddress reservations and get assigned to interfaces during contextualization.

This is an important feature to administer public IPs.

What I don’t see is how to setup DHCP on that interfaces. Is there support for it during contextualization? is it done with a script?

After researching a bit, looks like the easiest would be one of:

  1. patch in a modified networking context script
  2. run a workaround script that will fix the interface

considering that it is also possible to upload files during contextualization, seems like 1 is the best option.

Just guessing…