]> git.puffer.fish Git - mirror/frr.git/commitdiff
bgpd: fix include path for bgp_bmp_clippy.c 5198/head
authorEmanuele Di Pascale <emanuele@voltanet.io>
Wed, 18 Sep 2019 09:49:24 +0000 (11:49 +0200)
committerEmanuele Di Pascale <emanuele@voltanet.io>
Mon, 21 Oct 2019 08:19:56 +0000 (10:19 +0200)
not using a relative path was breaking out-of-tree compilation

Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
bgpd/bgp_bmp.c

index 8fca202345d18af9ac9ca2753f868b6c3590fedc..e89b139483df2da46e711434a5f79b189a66e839 100644 (file)
@@ -1762,7 +1762,7 @@ static struct cmd_node bmp_node = {BMP_NODE, "%s(config-bgp-bmp)# "};
 #define BMP_STR "BGP Monitoring Protocol\n"
 
 #ifndef VTYSH_EXTRACT_PL
-#include "bgp_bmp_clippy.c"
+#include "bgpd/bgp_bmp_clippy.c"
 #endif
 
 DEFPY_NOSH(bmp_targets_main,