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/libipt_addrtype.man | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 extensions/libipt_addrtype.man (limited to 'extensions/libipt_addrtype.man') diff --git a/extensions/libipt_addrtype.man b/extensions/libipt_addrtype.man new file mode 100644 index 00000000..2c3bbab0 --- /dev/null +++ b/extensions/libipt_addrtype.man @@ -0,0 +1,37 @@ +This module matches packets based on their +.B address type. +Address types are used within the kernel networking stack and categorize +addresses into various groups. The exact definition of that group depends on the specific layer three protocol. +.TP +The following address types are possible: +.TP +.BI "UNSPEC" +an unspecified address (i.e. 0.0.0.0) +.BI "UNICAST" +an unicast address +.BI "LOCAL" +a local address +.BI "BROADCAST" +a broadcast address +.BI "ANYCAST" +an anycast packet +.BI "MULTICAST" +a multicast address +.BI "BLACKHOLE" +a blackhole address +.BI "UNREACHABLE" +an unreachable address +.BI "PROHIBIT" +a prohibited address +.BI "THROW" +FIXME +.BI "NAT" +FIXME +.BI "XRESOLVE" +FIXME +.TP +.BI "--src-type " "type" +Matches if the source address is of given type +.TP +.BI "--dst-type " "type" +Matches if the destination address is of given type -- cgit v1.2.3