Date: Thu, 14 Apr 2022 06:17:51 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 6eef2e6425c2 - stable/13 - ipnat(5): Fix a double word in the manual page Message-ID: <202204140617.23E6Hp2G055751@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=6eef2e6425c203944f4c6cb494d546d9f1b7937b commit 6eef2e6425c203944f4c6cb494d546d9f1b7937b Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-08 18:49:08 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-14 06:14:37 +0000 ipnat(5): Fix a double word in the manual page - s/be be/be/ (cherry picked from commit d7958fe1bc23c0a8ceaa5eca1b73b9480e4807ab) --- sbin/ipf/ipnat/ipnat.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/ipf/ipnat/ipnat.5 b/sbin/ipf/ipnat/ipnat.5 index ab56573d79ea..81502946b82c 100644 --- a/sbin/ipf/ipnat/ipnat.5 +++ b/sbin/ipf/ipnat/ipnat.5 @@ -556,7 +556,7 @@ computer to be decapsulated, this can be achieved using a .B divert rule. .PP -Divert rules can be be used with both inbound and outbound packet +Divert rules can be used with both inbound and outbound packet matching however the rule .B must specify host addresses for the outer packet, not ranges of addresses
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204140617.23E6Hp2G055751>