From: Pavel Tvrdik Date: Thu, 2 Jun 2016 08:31:17 +0000 (+0200) Subject: bgpsec-mbaer: disable bgpsec by default X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fbgpsec-mbaer;p=thirdparty%2Fbird.git bgpsec-mbaer: disable bgpsec by default --- diff --git a/proto/bgp/config.Y b/proto/bgp/config.Y index 780d830a1..91d04254f 100644 --- a/proto/bgp/config.Y +++ b/proto/bgp/config.Y @@ -59,7 +59,7 @@ bgp_proto_start: proto_start BGP { BGP_CFG->error_delay_time_max = 300; BGP_CFG->enable_refresh = 1; BGP_CFG->enable_as4 = 1; - BGP_CFG->enable_bgpsec = 1; + BGP_CFG->enable_bgpsec = 0; BGP_CFG->bgpsec_ski = 0; BGP_CFG->bgpsec_priv_key_path = 0; BGP_CFG->bgpsec_key_repo_path = 0;