Skip to content
  • Thomas Haller's avatar
    platform: use u32 netlink type for TCA_FQ_CODEL_ECN · ce8c727d
    Thomas Haller authored and Lubomir Rintel's avatar Lubomir Rintel committed
    In practice, there is no difference when representing 0 or 1 as signed/unsigned 32
    bit integer. But still use the correct type that also kernel uses.
    
    Also, the implicit conversation from uint32 to bool was correct already.
    Still, explicitly convert the uint32 value to boolean in _new_from_nl_qdisc().
    It's no change in behavior.
    
    (cherry picked from commit a1099a1f)
    ce8c727d