diff options
author | David Krause <david@cvs.openbsd.org> | 2003-03-11 10:12:00 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-03-11 10:12:00 +0000 |
commit | 558ede1f2064f5a17fcc02e8ede6ae66d349548e (patch) | |
tree | 93ad100775e094c15a0dfa9a87f94e0d64975981 | |
parent | 25c026a925e821064f66151e00132d2d98951afb (diff) |
remove extra #
ok henning@
-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 2f1626ea186..598de21e825 100644 --- a/etc/pf.conf +++ b/etc/pf.conf @@ -1,10 +1,10 @@ -# $OpenBSD: pf.conf,v 1.17 2003/02/28 00:34:13 david Exp $ +# $OpenBSD: pf.conf,v 1.18 2003/03/11 10:11:59 david Exp $ # # See pf.conf(5) and /usr/share/pf for syntax and examples. # Required order: options, normalization, queueing, translation, filtering. # Macros and tables may be defined and used anywhere. # Note that translation rules are first match while filter rules are last match. -# + # Macros: define common values, so they can be referenced and changed easily. #ext_if="ext0" # replace with actual external interface name i.e., dc0 #internal_net="10.1.1.1/8" |