Closed robfantini closed 2 months ago
Hello Matt
currently reservations are out put like this:
host 10.1.3.9 { # edi.example.com fixed-address 10.1.3.9; hardware ethernet DE:72:3C:EB:11:72; }
which file do I need to edit to get this:
host edi.example.com { fixed-address 10.1.3.9; hardware ethernet DE:72:3C:EB:11:72; }
This change will help in our migration to kea dhcp
@robfantini You'll want to edit this file here
This would likely be located in /opt/ona/www/local/plugins/build_isc_dhcp on your system.
Hello Matt
currently reservations are out put like this:
host 10.1.3.9 { # edi.example.com fixed-address 10.1.3.9; hardware ethernet DE:72:3C:EB:11:72; }
which file do I need to edit to get this:
host edi.example.com { fixed-address 10.1.3.9; hardware ethernet DE:72:3C:EB:11:72; }
This change will help in our migration to kea dhcp