]> git.ipfire.org Git - thirdparty/iptables.git/commit
libxtables: Introduce struct xt_option_entry::base
authorPhil Sutter <phil@nwl.cc>
Wed, 22 Nov 2023 19:43:40 +0000 (20:43 +0100)
committerPhil Sutter <phil@nwl.cc>
Thu, 23 Nov 2023 17:01:21 +0000 (18:01 +0100)
commitf7056d0fdb43e91497615ed6f21753ee3c91db63
tree6b8b486e2f488175d60f1c075c484db2c94b1f64
parent1af6984c57cce5169491d308b58a9c85464b2159
libxtables: Introduce struct xt_option_entry::base

Enable guided option parser users to parse integer values with a fixed
base.

Signed-off-by: Phil Sutter <phil@nwl.cc>
include/xtables.h
libxtables/xtoptions.c