From cd43a3b368bf7c614f887bef73b6e67d86ce5a3c Mon Sep 17 00:00:00 2001 From: Pavel Tvrdik Date: Thu, 2 Jun 2016 10:31:17 +0200 Subject: [PATCH] bgpsec-mbaer: disable bgpsec by default --- proto/bgp/config.Y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2