Date: Sat, 9 Apr 2022 07:30:19 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: d7958fe1bc23 - main - ipnat(5): Fix a double word in the manual page Message-ID: <202204090730.2397UJbo039207@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=d7958fe1bc23c0a8ceaa5eca1b73b9480e4807ab commit d7958fe1bc23c0a8ceaa5eca1b73b9480e4807ab Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-08 18:49:08 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-09 07:28:43 +0000 ipnat(5): Fix a double word in the manual page - s/be be/be/ MFC after: 3 days --- 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?202204090730.2397UJbo039207>