]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
man: consistent casing of "IPv[46]"
authorJan Engelhardt <jengelh@inai.de>
Tue, 24 Oct 2023 13:14:54 +0000 (15:14 +0200)
committerPhil Sutter <phil@nwl.cc>
Fri, 27 Oct 2023 16:00:30 +0000 (18:00 +0200)
Signed-off-by: Jan Engelhardt <jengelh@inai.de>
Signed-off-by: Phil Sutter <phil@nwl.cc>
extensions/libipt_ULOG.man
extensions/libxt_connlimit.man

index c828b45ea27c8c7c43bbb8b2eb73360187c8f8c1..eb37d4fb880c6a20e46e3f2acd7477e1c615c184 100644 (file)
@@ -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
index 2292e9ccade4bb301cb1536047ab27f079b288a0..980bf6c5b72f895aef9521f3a4499a85298c554c 100644 (file)
@@ -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