diff options
-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" |