git: 5a77352077bf - stable/12 - ipfilter: Grammar fix for the ipfilter howto
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Sep 2022 07:53:43 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=5a77352077bf9d85713c8fdc539f67464593fedf commit 5a77352077bf9d85713c8fdc539f67464593fedf 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:53:19 +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