yang, bgpd: add missing includes

Signed-off-by: Ruslan Babayev <ruslan@babayev.com>
This commit is contained in:
Ruslan Babayev 2021-10-17 22:19:34 -07:00
parent 084dfdc03c
commit 3f5af3d50b
4 changed files with 12 additions and 0 deletions

View File

@ -13,6 +13,8 @@ submodule frr-bgp-bmp {
prefix frr-bt; prefix frr-bt;
} }
include "frr-bgp-common-multiprotocol";
organization organization
"FRRouting"; "FRRouting";
contact contact

View File

@ -25,6 +25,8 @@ submodule frr-bgp-common-structure {
prefix frr-bt; prefix frr-bt;
} }
include "frr-bgp-common";
organization organization
"FRRouting"; "FRRouting";
contact contact

View File

@ -5,6 +5,10 @@ submodule frr-bgp-neighbor {
prefix "bgp"; prefix "bgp";
} }
include "frr-bgp-common-multiprotocol";
include "frr-bgp-common-structure";
organization organization
"FRRouting"; "FRRouting";
contact contact

View File

@ -13,6 +13,10 @@ submodule frr-bgp-peer-group {
prefix frr-bt; prefix frr-bt;
} }
include "frr-bgp-common-structure";
include "frr-bgp-neighbor";
organization organization
"FRRouting"; "FRRouting";
contact contact