Skip to content

Commit

Permalink
ipset: Merge pull request #1205 from oryaacov/master
Browse files Browse the repository at this point in the history
fix(ipset): change ipset attr line number to be32

Bug-Url: #1205
  • Loading branch information
svinota authored Aug 15, 2024
2 parents 6655907 + 4ee5d9d commit 1f60be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyroute2/netlink/nfnetlink/ipset.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class ipset_msg(nfgen_msg):
('IPSET_ATTR_FLAGS', 'be32'),
('IPSET_ATTR_DATA', 'get_data_type'),
('IPSET_ATTR_ADT', 'attr_adt'),
('IPSET_ATTR_LINENO', 'hex'),
('IPSET_ATTR_LINENO', 'be32'),
('IPSET_ATTR_PROTOCOL_MIN', 'uint8'),
('IPSET_ATTR_INDEX', 'be16'),
)
Expand Down

0 comments on commit 1f60be2

Please sign in to comment.