summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2023-12-17 13:02:36 +0100
committerPhil Sutter <phil@nwl.cc>2024-01-10 16:05:16 +0100
commit17d724f20e3c97ea8ce8765ca532a3cf49a98b31 (patch)
tree4f6dee8b1782f81be82a6979da19ba620d450679 /include
parent075e4de85b96ad905c2113d580290963a7872e67 (diff)
libxtables: xtoptions: Prevent XTOPT_PUT with XTTYPE_HOSTMASK
Do as the comment in xtopt_parse_hostmask() claims and omit XTTYPE_HOSTMASK from xtopt_psize array so xtables_option_metavalidate() will catch the incompatibility. Fixes: 66266abd17adc ("libxtables: XTTYPE_HOSTMASK support")
Diffstat (limited to 'include')
-rw-r--r--include/xtables.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/xtables.h b/include/xtables.h
index b3c45c98..db7c492a 100644
--- a/include/xtables.h
+++ b/include/xtables.h
@@ -61,7 +61,6 @@ struct in_addr;
* %XTTYPE_SYSLOGLEVEL: syslog level by name or number
* %XTTYPE_HOST: one host or address (ptr: union nf_inet_addr)
* %XTTYPE_HOSTMASK: one host or address, with an optional prefix length
- * (ptr: union nf_inet_addr; only host portion is stored)
* %XTTYPE_PROTOCOL: protocol number/name from /etc/protocols (ptr: uint8_t)
* %XTTYPE_PORT: 16-bit port name or number (supports %XTOPT_NBO)
* %XTTYPE_PORTRC: colon-separated port range (names acceptable),