From e98c6ca0cd66184de43eb4c8cc34114fb72c88f6 Mon Sep 17 00:00:00 2001 From: laforge Date: Thu, 22 Jan 2004 15:04:24 +0000 Subject: split manpages into per-extension manpage snippet (Henrik Nordstrom) add lots of missing manpage snippets (Harald Welte) --- extensions/libip6t_frag.man | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 extensions/libip6t_frag.man (limited to 'extensions/libip6t_frag.man') diff --git a/extensions/libip6t_frag.man b/extensions/libip6t_frag.man new file mode 100644 index 0000000..fff3db3 --- /dev/null +++ b/extensions/libip6t_frag.man @@ -0,0 +1,19 @@ +This module matches the time IPv6 fragmentathion header +.TP +.BI "--fragid " "[!]" "id[:id]" +Matches the given fragmentation ID (range). +.TP +.BI "--fraglen " "[!]" "length" +Matches the total length of this header. +.TP +.BI "--fragres " +Matches the reserved field, too. +.TP +.BI "--fragfirst " +Matches on the first fragment. +.TP +.BI "[--fragmore]" +Matches if there are more fragments. +.TP +.BI "[--fraglast]" +Matches if this is the last fragement. -- cgit v1.2.3 d line toolpablo@netfilter.org
summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv4.h
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2018-05-02 14:50:12 +0200
committerFlorian Westphal <fw@strlen.de>2018-05-02 16:43:38 +0200
commit2cced3146918163c383432fa40488280f3f87371 (patch)
treed60efb1a96f3dbbc5f33eb6bfb4da67755ea2070 /include/linux/netfilter_ipv4.h
parenta502ba00e44a03cbce9b5769274e1b604d3f08ad (diff)
meter: enforce presence of a max size
meters are updated dynamically, so we don't know in advance how large this structure can be. Add a 'size' keyword to specifiy an upper limit and update the old syntax to assume a default max value of 65535. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'include/linux/netfilter_ipv4.h')
0 files changed, 0 insertions, 0 deletions