mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 22:57:45 +00:00
Merge pull request #7085 from donaldsharp/nhrpd-leafref-workaround
nhrpd: add frr-vrf to the list of implemented yang modules
This commit is contained in:
commit
36273d9ffb
@ -119,6 +119,7 @@ static struct quagga_signal_t sighandlers[] = {
|
||||
static const struct frr_yang_module_info *const nhrpd_yang_modules[] = {
|
||||
&frr_filter_info,
|
||||
&frr_interface_info,
|
||||
&frr_vrf_info,
|
||||
};
|
||||
|
||||
FRR_DAEMON_INFO(nhrpd, NHRP, .vty_port = NHRP_VTY_PORT,
|
||||
|
Loading…
Reference in New Issue
Block a user