-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
After migrating to KEA DHCP server onto sf1, we have lots of entries in the central /etc/kea/kea-dhcp4.conf
They belong to daniel and should move either in the "manual" config file or (I think I would prefer that) to a new "dmoessne-exclude.cong" (like we had back then with the inf1)
/// Begin file /etc/dhcp/dhcpd-dmoessne-exclude-mac.conf
# deny all KVM MAcs so they don't get a dhcp address
/// match: substring(hardware, 1, 4)
{
"name": "dmoessne-reject"
// "statement": {
// "config": {
// "value": "ignore",
// "name": "allow-booting",
// "code": 9
// }
// }
},
...
...
...
...
Reactions are currently unavailable