diff options
author | 2006-10-24 16:33:21 +0000 | |
---|---|---|
committer | 2006-10-24 16:33:21 +0000 | |
commit | fbeb88fa8a86022bc771bb9ee49bb39a3fb05955 (patch) | |
tree | e055e168f6ec535321baf5f13b1e1bedc8ce2c74 | |
parent | bring back support for -h, -N, -R, and -t. (diff) | |
download | wireguard-openbsd-fbeb88fa8a86022bc771bb9ee49bb39a3fb05955.tar.xz wireguard-openbsd-fbeb88fa8a86022bc771bb9ee49bb39a3fb05955.zip |
kill extra spaces
-rw-r--r-- | etc/pf.conf | 6 | ||||
-rw-r--r-- | etc/ripd.conf | 10 |
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 } |