Browse Source

kill extra spaces

OPENBSD_4_1
david 17 years ago
parent
commit
babbfc38a2
2 changed files with 8 additions and 8 deletions
  1. +3
    -3
      src/etc/pf.conf
  2. +5
    -5
      src/etc/ripd.conf

+ 3
- 3
src/etc/pf.conf View File

@ -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

+ 5
- 5
src/etc/ripd.conf View File

@ -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
}

Loading…
Cancel
Save