This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
openntpd-openbsd
mirror of
https://github.com/Fincer/openntpd-openbsd
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
61
Wiki
Activity
Browse Source
Similar to the ldpd.conf change don't use a macro of the secret.
Macros get sometimes logged so we should not encurage to use them for sensitive data.
OPENBSD_6_4
claudio
6 years ago
parent
b0cdc9a1b7
commit
48e8908628
1 changed files
with
5 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-5
src/etc/examples/ospfd.conf
+ 5
- 5
src/etc/examples/ospfd.conf
View File
@ -1,16 +1,16 @@
# $OpenBSD: ospfd.conf,v 1.
1 2014/07/11 16:36:35 deraadt
Exp $
# $OpenBSD: ospfd.conf,v 1.
2 2018/08/07 07:06:20 claudio
Exp $
# macros
password="secret
"
id="192.0.2.5
"
# global configuration
# router-id
10.0.0.1
# router-id
$id
# fib-update no
# stub router no
# spf-delay 1
# spf-holdtime 5
# auth-key
$password
# auth-key
secret
# auth-type simple
# hello-interval 10
# metric 10
@ -25,7 +25,7 @@ password="secret"
area 0.0.0.5 {
interface em0 {
auth-type simple
auth-key
$password
auth-key
secret
}
interface em1 {
Write
Preview
Loading…
Cancel
Save