git: a929f7319b31 - stable/13 - ipfilter: Grammar fix for the ipfilter howto
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Sep 2022 07:31:53 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=a929f7319b318568c7a119d44e885cfe6dc7a8f2 commit a929f7319b318568c7a119d44e885cfe6dc7a8f2 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-04 15:37:28 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-07 07:29:20 +0000 ipfilter: Grammar fix for the ipfilter howto - s/that that/that the/ (cherry picked from commit 1e289a12553d405899896c7b5ba820b35eee0e95) --- 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 95b69dc57686..e15ae0fb2931 100644 --- a/share/examples/ipfilter/ipf-howto.txt +++ b/share/examples/ipfilter/ipf-howto.txt @@ -367,7 +367,7 @@ in on the tun0 interface? block in quick on tun0 all pass in all -In this case, the on keyword means that that data is coming +In this case, the on keyword means that the data is coming in on the named interface. If a packet comes in on tun0, the first rule will block it. If a packet comes in on lo0 or in on xl0, the first rule will not match, the second rule