pf: Remove references to 'egress'
Avoid giving users the impression that FreeBSD has the automatic interface group 'egress'. Submitted by: tj AT mrsk.me
This commit is contained in:
parent
3b490537f4
commit
98730c7f27
@ -28,7 +28,7 @@
|
||||
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd March 10, 2019
|
||||
.Dd December 7, 2019
|
||||
.Dt PF.CONF 5
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -2616,7 +2616,7 @@ block.
|
||||
Brace delimited blocks may contain rules or other brace-delimited blocks.
|
||||
When anchors are loaded this way the anchor name becomes optional.
|
||||
.Bd -literal -offset indent
|
||||
anchor "external" on egress {
|
||||
anchor "external" on $ext_if {
|
||||
block
|
||||
anchor out {
|
||||
pass proto tcp from any to port { 25, 80, 443 }
|
||||
|
Loading…
Reference in New Issue
Block a user