mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-29 02:16:07 +00:00
yang, bgpd: add missing includes
Signed-off-by: Ruslan Babayev <ruslan@babayev.com>
This commit is contained in:
parent
084dfdc03c
commit
3f5af3d50b
@ -13,6 +13,8 @@ submodule frr-bgp-bmp {
|
||||
prefix frr-bt;
|
||||
}
|
||||
|
||||
include "frr-bgp-common-multiprotocol";
|
||||
|
||||
organization
|
||||
"FRRouting";
|
||||
contact
|
||||
|
@ -25,6 +25,8 @@ submodule frr-bgp-common-structure {
|
||||
prefix frr-bt;
|
||||
}
|
||||
|
||||
include "frr-bgp-common";
|
||||
|
||||
organization
|
||||
"FRRouting";
|
||||
contact
|
||||
|
@ -5,6 +5,10 @@ submodule frr-bgp-neighbor {
|
||||
prefix "bgp";
|
||||
}
|
||||
|
||||
include "frr-bgp-common-multiprotocol";
|
||||
|
||||
include "frr-bgp-common-structure";
|
||||
|
||||
organization
|
||||
"FRRouting";
|
||||
contact
|
||||
|
@ -13,6 +13,10 @@ submodule frr-bgp-peer-group {
|
||||
prefix frr-bt;
|
||||
}
|
||||
|
||||
include "frr-bgp-common-structure";
|
||||
|
||||
include "frr-bgp-neighbor";
|
||||
|
||||
organization
|
||||
"FRRouting";
|
||||
contact
|
||||
|
Loading…
Reference in New Issue
Block a user