From c2794131b445ebccba184066af6d3fb2f38d1f38 Mon Sep 17 00:00:00 2001 From: Henrik Nordstrom 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 00000000..fff3db3b --- /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