0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-10-18 01:54:08 +00:00

bgpsec-mbaer: disable bgpsec by default

This commit is contained in:
Pavel Tvrdik 2016-06-02 10:31:17 +02:00
parent e526ddb6f3
commit cd43a3b368

View File

@ -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;