Merge pull request #5198 from manuhalo/fix_bgp_oot_7.2

[7.2]bgpd: fix include path for bgp_bmp_clippy.c
This commit is contained in:
Donatas Abraitis 2019-10-21 13:07:38 +03:00 committed by GitHub
commit ada85fceb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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,