Skip to content

Commit ede8d21

Browse files
committed
firewall: Fix wrong ipset arguments
1 parent 22c6e80 commit ede8d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ops/network/firewall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ iptables -m my-fantastic-match -j SET --del-set blacklist src [--exist]
284284

285285
```shell
286286
ipset create qos hash:ip skbinfo
287-
ipset add qos 192.0.2.1 mark 0x1 prio 5 queue 2
287+
ipset add qos 192.0.2.1 skbmark 0x1 skbprio 5 skbqueue 2
288288
iptables -t mangle -A PREROUTING -m set --match-set qos src --map-mark --map-prio --map-queue -j ACCEPT
289289
```
290290

0 commit comments

Comments
 (0)