From b17d3341adf6c4a89aa22bbef8fe897b96b78935 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 24 Oct 2023 15:14:54 +0200 Subject: [PATCH] man: consistent casing of "IPv[46]" Signed-off-by: Jan Engelhardt Signed-off-by: Phil Sutter --- extensions/libipt_ULOG.man | 2 +- extensions/libxt_connlimit.man | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3