From 2db7b27853949622d6df9850ecc84f874ab58e64 Mon Sep 17 00:00:00 2001 From: pb <> Date: Sun, 24 Nov 2002 19:56:45 +0000 Subject: [PATCH] make the example parseable (quotes around macros) from sam smith, thx henning@ ok --- src/etc/pf.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/etc/pf.conf b/src/etc/pf.conf index 3d90c3d3..22327c79 100644 --- a/src/etc/pf.conf +++ b/src/etc/pf.conf @@ -1,12 +1,12 @@ -# $OpenBSD: pf.conf,v 1.7 2002/11/16 12:55:22 ian Exp $ +# $OpenBSD: pf.conf,v 1.8 2002/11/24 19:56:45 pb Exp $ # # See pf.conf(5) for syntax and examples # General order: options, scrub rules, NAT/rdr, and filter rules. # Note that NAT is first match while packet filters are last match, # -ext_if=ext0 # replace with actual external interface name i.e., dc0 -internal_net=10.1.1.1/8 -external_addr=192.168.1.1 +ext_if="ext0" # replace with actual external interface name i.e., dc0 +internal_net="10.1.1.1/8" +external_addr="192.168.1.1" # Normalize: reassemble fragments and resolve or reduce traffic ambiguities # scrub in all