mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-11 16:39:33 +00:00
Merge pull request #7389 from donaldsharp/no_bfdd
bgpd: Fix profiles compile issue when not using bfdd
This commit is contained in:
commit
1b21d87596
@ -598,6 +598,7 @@ static int bgp_bfd_peer_param_type_set(struct peer *peer,
|
||||
return 0;
|
||||
}
|
||||
|
||||
#if HAVE_BFDD > 0
|
||||
/**
|
||||
* Set peer BFD profile configuration.
|
||||
*/
|
||||
@ -652,6 +653,7 @@ static int bgp_bfd_peer_set_profile(struct peer *peer, const char *profile)
|
||||
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
* bgp_bfd_peer_config_write - Write the peer BFD configuration.
|
||||
|
Loading…
Reference in New Issue
Block a user