Skip to content
  • Florent Fourcot's avatar
    ipset: fix parsing of ADT attributes · bdbc3040
    Florent Fourcot authored
    ADT messages have the same standard attributes than CADT messages, but
    some values overlap (attributes > 16, see IPSET_ATTR_CADT_MAX in
    ip_set.h).
    
    This patch split the two kind of messages for the parsing, allowing to
    read the real attributes with the list messages. For example,
    IPSET_ATTR_BYTES and IPSET_ATTR_PACKETS are now available.
    bdbc3040