summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2006-10-24 16:33:22 +0000
committerDavid Krause <david@cvs.openbsd.org>2006-10-24 16:33:22 +0000
commitbb9f6eeea126f49eae95f3b332eed8cd94f21f58 (patch)
treecfbd9d43d6420aebf4dfd3897570572a5cc76ffe
parent1602b187b28ba8f7e3b0c4f602925a83e42ace78 (diff)
kill extra spaces
-rw-r--r--etc/pf.conf6
-rw-r--r--etc/ripd.conf10
2 files changed, 8 insertions, 8 deletions
diff --git a/etc/pf.conf b/etc/pf.conf
index 4cf9c0d79a1..5168bfca853 100644
--- a/etc/pf.conf
+++ b/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/etc/ripd.conf b/etc/ripd.conf
index b6d6c24e600..8a0398eb98f 100644
--- a/etc/ripd.conf
+++ b/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
}