git: c75a0137954b - stable/13 - ipf-howto: Remove a double word
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Sep 2022 05:24:08 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=c75a0137954b4ccf74a922ad6397eb9fb4671651 commit c75a0137954b4ccf74a922ad6397eb9fb4671651 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:22:44 +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