mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 19:37:46 +00:00
pimd: Add missing yang callbacks for route-maps
Pim was missing the yang callbacks for route-maps, causing it to crash. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
9df7724949
commit
4b6b478414
@ -37,6 +37,7 @@
|
|||||||
#include "plist.h"
|
#include "plist.h"
|
||||||
#include "vrf.h"
|
#include "vrf.h"
|
||||||
#include "libfrr.h"
|
#include "libfrr.h"
|
||||||
|
#include "routemap.h"
|
||||||
|
|
||||||
#include "pimd.h"
|
#include "pimd.h"
|
||||||
#include "pim_instance.h"
|
#include "pim_instance.h"
|
||||||
@ -73,6 +74,7 @@ struct zebra_privs_t pimd_privs = {
|
|||||||
|
|
||||||
static const struct frr_yang_module_info *const pimd_yang_modules[] = {
|
static const struct frr_yang_module_info *const pimd_yang_modules[] = {
|
||||||
&frr_interface_info,
|
&frr_interface_info,
|
||||||
|
&frr_route_map_info,
|
||||||
};
|
};
|
||||||
|
|
||||||
FRR_DAEMON_INFO(pimd, PIM, .vty_port = PIMD_VTY_PORT,
|
FRR_DAEMON_INFO(pimd, PIM, .vty_port = PIMD_VTY_PORT,
|
||||||
|
Loading…
Reference in New Issue
Block a user