dhcp.util
Interface and file I/O utility functions.
get-mac-address
(get-mac-address if-name)
Return the MAC address for the interface if-name
load-config
(load-config config-file)
Load a config-file (JSON, YAML, or EDN based on filename extension)
set-ip-address
(set-ip-address if-name address netmask)
Set the address
and netmask
for the interface if-name