mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-14 13:22:02 +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;
|
prefix frr-bt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
include "frr-bgp-common-multiprotocol";
|
||||||
|
|
||||||
organization
|
organization
|
||||||
"FRRouting";
|
"FRRouting";
|
||||||
contact
|
contact
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user