diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-12-08 17:00:47 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-12-08 17:04:59 +0100 |
commit | dea9886454c1c0953b5977dd8a96718be465b962 (patch) | |
tree | 223b5b66f60699950778f44f4d1441747d06166e /proto/bgp/config.Y | |
parent | 3e52d112d714545df3cd97119824ee94c27a0606 (diff) |
BGP: Link check just for single-hop
Diffstat (limited to 'proto/bgp/config.Y')
-rw-r--r-- | proto/bgp/config.Y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/bgp/config.Y b/proto/bgp/config.Y index 0bd4c554..6ce0f1aa 100644 --- a/proto/bgp/config.Y +++ b/proto/bgp/config.Y @@ -58,7 +58,7 @@ bgp_proto_start: proto_start BGP { BGP_CFG->gr_mode = BGP_GR_AWARE; BGP_CFG->gr_time = 120; BGP_CFG->setkey = 1; - BGP_CFG->check_link = 1; + BGP_CFG->check_link = -1; } ; |