diff options
author | 2001-11-16 22:53:24 +0000 | |
---|---|---|
committer | 2001-11-16 22:53:24 +0000 | |
commit | b2ec67d5d0bf094c35d731e21f806fece704e6f7 (patch) | |
tree | 523a81a6094fe566a3ae912557c0728e74ebad95 | |
parent | oops (diff) | |
download | wireguard-openbsd-b2ec67d5d0bf094c35d731e21f806fece704e6f7.tar.xz wireguard-openbsd-b2ec67d5d0bf094c35d731e21f806fece704e6f7.zip |
The implicit pass rules come first, not last. Spotted by alec@dtkco.com.
-rw-r--r-- | etc/pf.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/pf.conf b/etc/pf.conf index 1e257e82d14..2982cb5230c 100644 --- a/etc/pf.conf +++ b/etc/pf.conf @@ -1,7 +1,7 @@ -# $OpenBSD: pf.conf,v 1.2 2001/06/26 22:58:31 smart Exp $ +# $OpenBSD: pf.conf,v 1.3 2001/11/16 22:53:24 dhartmei Exp $ # # See pf.conf(5) for syntax and examples -# pass all packets in and out (these are the implicit last two rules) +# pass all packets in and out (these are the implicit first two rules) # pass in all # pass out all |