Skip to content

network: Accept empty values for the cloned mac address

Iain Lane requested to merge wip/iainl/network-fix-apply into master

Empty is a valid value here. It means the setting is not set. Two places need to be updated:

  • the validation function
  • when retrieving the value from the combo, empty strings need to be mapped to a setting value of NULL

Closes #677 (closed)

Merge request reports