From bd051447a76014de85a3bf5dd91e387423dec2b2 Mon Sep 17 00:00:00 2001 From: henning <> Date: Fri, 1 Oct 2004 15:12:16 +0000 Subject: [PATCH] comment out the listen on statements, we don't want any by default, and some minor tweaks --- src/etc/bgpd.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/etc/bgpd.conf b/src/etc/bgpd.conf index 6a38153d..34bddddd 100644 --- a/src/etc/bgpd.conf +++ b/src/etc/bgpd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: bgpd.conf,v 1.6 2004/05/08 21:04:47 henning Exp $ +# $OpenBSD: bgpd.conf,v 1.7 2004/10/01 15:12:16 henning Exp $ # sample bgpd configuration file # see bgpd.conf(5) @@ -9,12 +9,12 @@ peer2="10.1.0.3" # global configuration AS 65001 router-id 10.0.0.1 -holdtime 180 -holdtime min 3 -listen on 127.0.0.1 -listen on ::1 -fib-update no -# route-collector yes +# holdtime 180 +# holdtime min 3 +# listen on 127.0.0.1 +# listen on ::1 +# fib-update no +# route-collector no # log updates # network 10.0.1.0/24