From 855b474699270031b9f86fd64bd7cd988a377d49 Mon Sep 17 00:00:00 2001 From: david <> Date: Fri, 5 Dec 2003 20:55:02 +0000 Subject: [PATCH] lo1 no longer exists by default so don't try to use it in examples ok henning@ --- src/etc/pf.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/pf.conf b/src/etc/pf.conf index 7ea9d350..c085eb9d 100644 --- a/src/etc/pf.conf +++ b/src/etc/pf.conf @@ -1,4 +1,4 @@ -# $OpenBSD: pf.conf,v 1.22 2003/11/18 21:26:51 david Exp $ +# $OpenBSD: pf.conf,v 1.23 2003/12/05 20:55:02 david Exp $ # # See pf.conf(5) and /usr/share/pf for syntax and examples. # Required order: options, normalization, queueing, translation, filtering. @@ -55,7 +55,7 @@ # spamd-setup puts addresses to be redirected into table . #table persist -#no rdr on { lo0, lo1 } from any to any +#no rdr on lo0 from any to any #rdr inet proto tcp from to any port smtp -> 127.0.0.1 port 8025 # Filtering: the implicit first two rules are