]> git.ipfire.org Git - thirdparty/iptables.git/commit
libxtables: xtoptions: Support XTOPT_NBO with XTTYPE_UINT*
authorPhil Sutter <phil@nwl.cc>
Tue, 19 Dec 2023 22:46:16 +0000 (23:46 +0100)
committerPhil Sutter <phil@nwl.cc>
Wed, 10 Jan 2024 15:07:07 +0000 (16:07 +0100)
commit122300a6fff9892b697f8900a7f84e94bac151ee
treee1ff04f6d813000e69666693fac45a8a712a5692
parent17d724f20e3c97ea8ce8765ca532a3cf49a98b31
libxtables: xtoptions: Support XTOPT_NBO with XTTYPE_UINT*

Value conversion into Big Endian byteorder is pretty straightforward,
merely needed a small helper for uint64.
libxtables/xtoptions.c