mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-14 16:29:32 +00:00
Merge pull request #7070 from opensourcerouting/pbrd-leafref-workaround
pbrd: add frr-vrf to the list of implemented yang modules
This commit is contained in:
commit
63f5364377
@ -117,6 +117,7 @@ struct quagga_signal_t pbr_signals[] = {
|
|||||||
static const struct frr_yang_module_info *const pbrd_yang_modules[] = {
|
static const struct frr_yang_module_info *const pbrd_yang_modules[] = {
|
||||||
&frr_filter_info,
|
&frr_filter_info,
|
||||||
&frr_interface_info,
|
&frr_interface_info,
|
||||||
|
&frr_vrf_info,
|
||||||
};
|
};
|
||||||
|
|
||||||
FRR_DAEMON_INFO(pbrd, PBR, .vty_port = PBR_VTY_PORT,
|
FRR_DAEMON_INFO(pbrd, PBR, .vty_port = PBR_VTY_PORT,
|
||||||
|
Loading…
Reference in New Issue
Block a user