From: Jan Engelhardt Date: Tue, 24 Oct 2023 13:14:54 +0000 (+0200) Subject: man: consistent casing of "IPv[46]" X-Git-Tag: v1.8.11~189 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b17d3341adf6c4a89aa22bbef8fe897b96b78935;p=thirdparty%2Fiptables.git man: consistent casing of "IPv[46]" Signed-off-by: Jan Engelhardt Signed-off-by: Phil Sutter --- diff --git a/extensions/libipt_ULOG.man b/extensions/libipt_ULOG.man index c828b45e..eb37d4fb 100644 --- a/extensions/libipt_ULOG.man +++ b/extensions/libipt_ULOG.man @@ -1,4 +1,4 @@ -This is the deprecated ipv4-only predecessor of the NFLOG target. +This is the deprecated IPv4-only predecessor of the NFLOG target. It provides userspace logging of matching packets. When this target is set for a rule, the Linux kernel will multicast this packet through a diff --git a/extensions/libxt_connlimit.man b/extensions/libxt_connlimit.man index 2292e9cc..980bf6c5 100644 --- a/extensions/libxt_connlimit.man +++ b/extensions/libxt_connlimit.man @@ -33,7 +33,7 @@ iptables \-p tcp \-\-syn \-\-dport 80 \-m connlimit \-\-connlimit\-above 16 \-\-connlimit\-mask 24 \-j REJECT .TP # limit the number of parallel HTTP requests to 16 for the link local network -(ipv6) +(IPv6) ip6tables \-p tcp \-\-syn \-\-dport 80 \-s fe80::/64 \-m connlimit \-\-connlimit\-above 16 \-\-connlimit\-mask 64 \-j REJECT .TP