X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=extensions%2Flibipt_addrtype.man;fp=extensions%2Flibipt_addrtype.man;h=2c3bbab048347bab568631e43699a633554c43da;hb=6afea0b41dfbc3824956d11d960ad80097218feb;hp=0000000000000000000000000000000000000000;hpb=f7b70cf9e00324b89b02de213bcd0dde7044d035;p=iptables.git diff --git a/extensions/libipt_addrtype.man b/extensions/libipt_addrtype.man new file mode 100644 index 0000000..2c3bbab --- /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