diff options
author | Esben Norby <norby@cvs.openbsd.org> | 2007-03-21 11:04:25 +0000 |
---|---|---|
committer | Esben Norby <norby@cvs.openbsd.org> | 2007-03-21 11:04:25 +0000 |
commit | db2de809d8f6bf15771377c86b88fc7d78a6daba (patch) | |
tree | 3f5b07bcf68285df12097a609f44c554d222c589 /etc/ospfd.conf | |
parent | e4ded1f4b0e0990356255e61ee1703622a3efc2b (diff) |
Reflect default settings. Don't try to set the router-id, let ospfd(8)
pick one as per default.
ok claudio@
Diffstat (limited to 'etc/ospfd.conf')
-rw-r--r-- | etc/ospfd.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/ospfd.conf b/etc/ospfd.conf index fc5ad7b7330..0209b53eb66 100644 --- a/etc/ospfd.conf +++ b/etc/ospfd.conf @@ -1,11 +1,12 @@ -# $OpenBSD: ospfd.conf,v 1.2 2005/02/06 20:07:09 norby Exp $ +# $OpenBSD: ospfd.conf,v 1.3 2007/03/21 11:04:24 norby Exp $ # macros password="secret" # global configuration -router-id 10.0.0.1 +# router-id 10.0.0.1 # fib-update no +# stub router no # spf-delay 1 # spf-holdtime 5 |