Skip to content
  • Lubomir Rintel's avatar
    nmcli: fix an error message when the tc qdisc kind is missing · 817b55cf
    Lubomir Rintel authored
    Before:
    
      # nmcli c modify eth666 tc.qdiscs root
      Error: failed to modify tc.qdiscs: '(null)' is not a valid kind The valid syntax is: '[root | parent <handle>] [handle <handle>] <qdisc>'.
    
    After:
    
      # nmcli c modify eth666 tc.qdiscs root
      Error: failed to modify tc.qdiscs: kind is missing. The valid syntax is: '[root | parent <handle>] [handle <handle>] <kind>'.
    817b55cf