From 578462f89dab9d91c38f74a93bc6855ced11ea3c Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Sun, 27 Jun 2021 21:13:46 +0200 Subject: Fix example in ipset.8 manpage discovered by Pablo Neira Ayuso. Signed-off-by: Jozsef Kadlecsik --- src/ipset.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ipset.8 b/src/ipset.8 index 97cece9..269b9b5 100644 --- a/src/ipset.8 +++ b/src/ipset.8 @@ -333,7 +333,7 @@ are hex without 0x prefix. .IP ipset create foo hash:ip skbinfo .IP -ipset add foo skbmark 0x1111/0xff00ffff skbprio 1:10 skbqueue 10 +ipset add foo 192.168.0.1 skbmark 0x1111/0xff00ffff skbprio 1:10 skbqueue 10 .PP .SS hashsize This parameter is valid for the \fBcreate\fR command of all \fBhash\fR type sets. -- cgit v1.2.3