From 5d851781bd051b26dcece79486aa475ef8b91673 Mon Sep 17 00:00:00 2001 From: norby <> Date: Wed, 21 Mar 2007 11:04:24 +0000 Subject: [PATCH] Reflect default settings. Don't try to set the router-id, let ospfd(8) pick one as per default. ok claudio@ --- src/etc/ospfd.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/etc/ospfd.conf b/src/etc/ospfd.conf index fc5ad7b7..0209b53e 100644 --- a/src/etc/ospfd.conf +++ b/src/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