From babbfc38a238f599882a904307407baa49553ed2 Mon Sep 17 00:00:00 2001 From: david <> Date: Tue, 24 Oct 2006 16:33:21 +0000 Subject: [PATCH] kill extra spaces --- src/etc/pf.conf | 6 +++--- src/etc/ripd.conf | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/etc/pf.conf b/src/etc/pf.conf index 4cf9c0d7..5168bfca 100644 --- a/src/etc/pf.conf +++ b/src/etc/pf.conf @@ -1,4 +1,4 @@ -# $OpenBSD: pf.conf,v 1.32 2006/10/07 01:50:22 mcbride Exp $ +# $OpenBSD: pf.conf,v 1.33 2006/10/24 16:33:21 david Exp $ # # See pf.conf(5) and /usr/share/pf for syntax and examples. # Remember to set net.inet.ip.forwarding=1 and/or net.inet6.ip6.forwarding=1 @@ -30,6 +30,6 @@ #pass quick on $int_if no state #antispoof quick for { lo $int_if } -#pass in on $ext_if proto tcp to ($ext_if) port ssh -#pass in log on $ext_if proto tcp to ($ext_if) port smtp +#pass in on $ext_if proto tcp to ($ext_if) port ssh +#pass in log on $ext_if proto tcp to ($ext_if) port smtp #pass out log on $ext_if proto tcp from ($ext_if) to port smtp diff --git a/src/etc/ripd.conf b/src/etc/ripd.conf index b6d6c24e..8a0398eb 100644 --- a/src/etc/ripd.conf +++ b/src/etc/ripd.conf @@ -1,12 +1,12 @@ -# $OpenBSD: ripd.conf,v 1.2 2006/10/22 09:26:15 norby Exp $ +# $OpenBSD: ripd.conf,v 1.3 2006/10/24 16:33:21 david Exp $ fib-update yes redistribute static -split-horizon poisoned -triggered-updates yes +split-horizon poisoned +triggered-updates yes interface rl0 { - auth-type crypt + auth-type crypt auth-md-keyid 1 auth-md 1 test cost 2 @@ -14,5 +14,5 @@ interface rl0 { interface rl1 { auth-type simple - auth-key secret + auth-key secret }