diff options
author | 2009-04-26 12:32:48 +0000 | |
---|---|---|
committer | 2009-04-26 12:32:48 +0000 | |
commit | a9d4b4fad076aa0f9d7da5ba2b768ba6b3f4ef32 (patch) | |
tree | 6a74e5c7c05076303997ff7d48f6f37bec51c0c4 | |
parent | switch the require-order default to "no". regression tests still pass. (diff) | |
download | wireguard-openbsd-a9d4b4fad076aa0f9d7da5ba2b768ba6b3f4ef32.tar.xz wireguard-openbsd-a9d4b4fad076aa0f9d7da5ba2b768ba6b3f4ef32.zip |
remove "set require-order no", it is now the default
-rw-r--r-- | etc/pf.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/pf.conf b/etc/pf.conf index 79eb6b8b38f..23d36539ab2 100644 --- a/etc/pf.conf +++ b/etc/pf.conf @@ -1,11 +1,10 @@ -# $OpenBSD: pf.conf,v 1.40 2009/04/20 20:21:41 deraadt Exp $ +# $OpenBSD: pf.conf,v 1.41 2009/04/26 12:32:48 sthen Exp $ # # See pf.conf(5) for syntax and examples; this sample ruleset uses # require-order to permit mixing of NAT/RDR and filter rules. # Remember to set net.inet.ip.forwarding=1 and/or net.inet6.ip6.forwarding=1 # in /etc/sysctl.conf if packets are to be forwarded between interfaces. -set require-order no set skip on lo # NAT/filter rules and anchors for ftp-proxy(8) |