Skip to content
  • Thomas Haller's avatar
    platform: use u32 netlink type for TCA_FQ_CODEL_ECN · a1099a1f
    Thomas Haller authored
    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.
    a1099a1f