Skip to content
  • Thomas Haller's avatar
    cli: fix resetting values via property alias · 40032f46
    Thomas Haller authored
    Property aliases should really just be shortcuts for one fully spelled
    out property (sometimes, they do more like "master").
    
    Anyway, we must also handle resetting the value, otherwise:
    
      $ nmcli connection add type gsm apn ""
    
    will still result in "gsm.apn=internet", unlike
    
      $ nmcli connection add type gsm gsm.apn ""
    40032f46