]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Fix profiles compile issue when not using bfdd
authorDonald Sharp <sharpd@nvidia.com>
Mon, 26 Oct 2020 15:25:28 +0000 (11:25 -0400)
committerIgor Ryzhov <iryzhov@nfware.com>
Wed, 28 Oct 2020 18:35:48 +0000 (21:35 +0300)
commit26ef6bf6f2de45c9768bf5cd9e574f1c85b355ff
treec4ca08b76c6543232e6f6c4fecfce64232da6e30
parente1025e0c4a425c6cc23fe74603c000d4ab3abbea
bgpd: Fix profiles compile issue when not using bfdd

When compiling w/ --enable-bfdd=no we get warnings
about functions not being used.

Add a #if check to include it as needed.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_bfd.c