mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
BGP: Link check just for single-hop
This commit is contained in:
@@ -1621,6 +1621,10 @@ bgp_postconfig(struct proto_config *CF)
|
||||
if (cf->multihop < 0)
|
||||
cf->multihop = internal ? 64 : 0;
|
||||
|
||||
/* Link check for single-hop BGP by default */
|
||||
if (cf->check_link < 0)
|
||||
cf->check_link = !cf->multihop;
|
||||
|
||||
|
||||
if (!cf->local_as)
|
||||
cf_error("Local AS number must be set");
|
||||
|
||||
Reference in New Issue
Block a user