Skip to content
  • Thomas Haller's avatar
    dhcp: initialize hostname as construct-property · 787f4b57
    Thomas Haller authored
    The hostname property is only initialized once, early on during
    start. Move the initialization even earlier during object constructions.
    This effectively makes the hostname an immutable property.
    
    This also makes sense, because the hostname is used by IPv4 and
    IPv6 DHCP instances alike.
    787f4b57