bundle/dhcpd: improvements #19
1 changed files with 3 additions and 2 deletions
|
@ -17,6 +17,7 @@ def get_static_allocations(metadata):
|
|||
'ipv4': sorted(interface['ips'])[0],
|
||||
'mac': interface['mac'],
|
||||
}
|
||||
|
||||
return {
|
||||
'dhcpd': {
|
||||
'fixed_allocations': allocations,
|
||||
|
|
Loading…
Reference in a new issue