diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-09-09 22:10:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-09 22:10:00 -0400 |
| commit | 63f5364377fc768855a3d7cb784b6775ef28d3c7 (patch) | |
| tree | 154892e69fdad91a55fe9c90e790b46aad912cdd | |
| parent | c8a3405af8249ea8841289b8bd429151648f6c59 (diff) | |
| parent | a74b47f5abaa54ea31f8caa2f737446339545a73 (diff) | |
Merge pull request #7070 from opensourcerouting/pbrd-leafref-workaround
pbrd: add frr-vrf to the list of implemented yang modules
| -rw-r--r-- | pbrd/pbr_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pbrd/pbr_main.c b/pbrd/pbr_main.c index 9a9edd79c6..0711c66d4a 100644 --- a/pbrd/pbr_main.c +++ b/pbrd/pbr_main.c @@ -117,6 +117,7 @@ struct quagga_signal_t pbr_signals[] = { static const struct frr_yang_module_info *const pbrd_yang_modules[] = { &frr_filter_info, &frr_interface_info, + &frr_vrf_info, }; FRR_DAEMON_INFO(pbrd, PBR, .vty_port = PBR_VTY_PORT, |
