X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=extensions%2Flibip6t_frag.man;fp=extensions%2Flibip6t_frag.man;h=fff3db3b95cb91c91d728ca4fa7de3d22d93c44b;hb=6afea0b41dfbc3824956d11d960ad80097218feb;hp=0000000000000000000000000000000000000000;hpb=f7b70cf9e00324b89b02de213bcd0dde7044d035;p=iptables.git 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.