From fa9b759bacc0ad6a093892ef508811e7feb981b0 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 4 May 2011 17:25:54 +0200 Subject: libxtables: XTTYPE_PLEN support Signed-off-by: Jan Engelhardt --- include/xtables.h.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/xtables.h.in') diff --git a/include/xtables.h.in b/include/xtables.h.in index c9ad5238..9bb42351 100644 --- a/include/xtables.h.in +++ b/include/xtables.h.in @@ -65,6 +65,7 @@ struct in_addr; * %XTTYPE_PORT_NE: 16-bit port name or number, stored as network-endian * %XTTYPE_PORTRC: colon-separated port range (names acceptable) * %XTTYPE_PORTRC_NE: same as %XTTYPE_PORTRC, stored in network-endian + * %XTTYPE_PLEN: prefix length * %XTTYPE_PLENMASK: prefix length (ptr: union nf_inet_addr) */ enum xt_option_type { @@ -87,6 +88,7 @@ enum xt_option_type { XTTYPE_PORT_NE, XTTYPE_PORTRC, XTTYPE_PORTRC_NE, + XTTYPE_PLEN, XTTYPE_PLENMASK, }; -- cgit v1.2.3