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
sample ospfd.conf, to be fleshed out
OPENBSD_3_7
henning
20 years ago
parent
82bc8bdaeb
commit
a08107d632
1 changed files
with
34 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+34
-0
src/etc/ospfd.conf
+ 34
- 0
src/etc/ospfd.conf
View File
@ -0,0 +1,34 @@
# $OpenBSD: ospfd.conf,v 1.1 2005/02/05 20:40:22 henning Exp $
router-id 1.11.12.13
hello-interval 10
router-dead-time 40
#spf-delay 5
#spf-holdtime 10
#auto-cost 1000
router-priority 1
metric 10
#auth-type plain
#auth-key secret
area 0.0.0.0 {
interface em0 {
hello-interval $test
router-dead-time 40
router-priority 0
metric 11
#auth-type none
#auth-key secret
#transmit-delay 5
#retransmit-interval 20
}
# interface em1 {
# hello-interval 10
# router-dead-time 40
# router-priority 3
# metric 12
# }
}
Write
Preview
Loading…
Cancel
Save