Date: Tue, 13 Sep 2022 05:27:34 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: 9319e282c5d5 - stable/12 - ipf-howto: Remove a double word Message-ID: <202209130527.28D5RYSG034510@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=9319e282c5d510b908b7935e42358bc1a6336d8b commit 9319e282c5d510b908b7935e42358bc1a6336d8b Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-10 10:56:48 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-13 05:26:19 +0000 ipf-howto: Remove a double word - s/to to/to/ (cherry picked from commit 11bc6be152e5572e289824d381c812fe90458607) --- share/examples/ipfilter/ipf-howto.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/examples/ipfilter/ipf-howto.txt b/share/examples/ipfilter/ipf-howto.txt index e15ae0fb2931..ca14538f1b67 100644 --- a/share/examples/ipfilter/ipf-howto.txt +++ b/share/examples/ipfilter/ipf-howto.txt @@ -1260,7 +1260,7 @@ your firewall. keep frags keyword. With it, IPF will notice and keep track of packets that are fragmented, allowing the expected frag- -ments to to go through. Let's rewrite the 3 rules to log +ments to go through. Let's rewrite the 3 rules to log forgeries and allow fragments: pass in quick on tun0 proto tcp from any to 20.20.20.1/32 port = 23 flags S keep state keep frags
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209130527.28D5RYSG034510>