opennetadmin / ona

OpenNetAdmin IP Address Management (IPAM) system
opennetadmin.com
GNU General Public License v2.0
141 stars 35 forks source link

dcm.pl build_dhcpd_conf - question on changing output #190

Closed robfantini closed 1 day ago

robfantini commented 4 weeks 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

mattpascoe commented 3 weeks ago

@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.