summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2003-06-23 07:48:32 +0000
committermaxim <maxim@FreeBSD.org>2003-06-23 07:48:32 +0000
commit26c6b0e7189280933bcf447baf28ab31e5bde243 (patch)
tree77209be4d48ca5e03ce11ccd3edc59ecd4e20a3f /sbin/ipfw
parent4680830f3f90a05e1f7c80aa7175d50d460a8c16 (diff)
downloadFreeBSD-src-26c6b0e7189280933bcf447baf28ab31e5bde243.zip
FreeBSD-src-26c6b0e7189280933bcf447baf28ab31e5bde243.tar.gz
o Fix sets of rules usage example.
PR: docs/53625 Submitted by: Kostyuk Oleg <cub@cub.org.ua> MFC after: 1 week
Diffstat (limited to 'sbin/ipfw')
-rw-r--r--sbin/ipfw/ipfw.88
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8
index f63f788..42d1956 100644
--- a/sbin/ipfw/ipfw.8
+++ b/sbin/ipfw/ipfw.8
@@ -2015,9 +2015,9 @@ on a net with per-host limits, rather than per-network limits:
.Ss SETS OF RULES
To add a set of rules atomically, e.g. set 18:
.Pp
-.Dl "ipfw disable set 18"
+.Dl "ipfw set disable 18"
.Dl "ipfw add NN set 18 ... # repeat as needed"
-.Dl "ipfw enable set 18"
+.Dl "ipfw set enable 18"
.Pp
To delete a set of rules atomically the command is simply:
.Pp
@@ -2025,9 +2025,9 @@ To delete a set of rules atomically the command is simply:
.Pp
To test a ruleset and disable it and regain control if something goes wrong:
.Pp
-.Dl "ipfw disable set 18"
+.Dl "ipfw set disable 18"
.Dl "ipfw add NN set 18 ... # repeat as needed"
-.Dl "ipfw enable set 18 ; echo done; sleep 30 && ipfw disable set 18"
+.Dl "ipfw set enable 18; echo done; sleep 30 && ipfw set disable 18"
.Pp
Here if everything goes well, you press control-C before the "sleep"
terminates, and your ruleset will be left active. Otherwise, e.g. if
OpenPOWER on IntegriCloud