Skip to content
  • Thomas Haller's avatar
    dhcp: refactor nm_dhcp_dhclient_save_duid() to accept original DUID · cd9e418f
    Thomas Haller authored
    There should be lower layers that are concerned with writing
    and reading dhclient configuration files. It's wrong to
    have a nm_dhcp_dhclient_save_duid() function which requires
    the caller to pre-escape the string to write. The caller shouldn't
    be concerned with the file format, that's why the function
    is used in the first place.
    cd9e418f