git: da52fc464a4c - main - ipfw.8: there never was a "skip-action" action
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Jan 2023 18:18:04 UTC
The branch main has been updated by ceri (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=da52fc464a4c80fdbed551824064d203831b4e7b
commit da52fc464a4c80fdbed551824064d203831b4e7b
Author: Ceri Davies <ceri@FreeBSD.org>
AuthorDate: 2023-01-25 18:15:18 +0000
Commit: Ceri Davies <ceri@FreeBSD.org>
CommitDate: 2023-01-25 18:15:18 +0000
ipfw.8: there never was a "skip-action" action
It was renamed during review of D1776 but this entry slipped through.
PR: 243284
Reported by: pprocacci@gmail.com
Obtained from: Chad Jacob Milios <milios@ccsys.com>
---
sbin/ipfw/ipfw.8 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8
index c635c2742956..ef66f89a4d89 100644
--- a/sbin/ipfw/ipfw.8
+++ b/sbin/ipfw/ipfw.8
@@ -1,7 +1,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 13, 2023
+.Dd January 25, 2023
.Dt IPFW 8
.Os
.Sh NAME
@@ -4631,7 +4631,7 @@ Bear in mind that this is example only and it is not very useful by itself.
.Pp
On way out, after all checks place this rules:
.Pp
-.Dl "ipfw add allow record-state skip-action"
+.Dl "ipfw add allow record-state defer-action"
.Dl "ipfw add nat 1"
.Pp
And on way in there should be something like this: