Skip to content
  • Florent Fourcot's avatar
    netlink: add flags in __repr__ of nla_slot · a468db8d
    Florent Fourcot authored
    On ipset module, flags are one important value for debugging. Without
    BYTEORDER set, ipset modules raises often a netlink error.
    
    It's hard to debug with debuger.py since it prints exactly the same
    structure with or without flags set. With this patch, the issue will be
    easy to spot.
    a468db8d