diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-04-16 19:39:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-16 19:39:14 -0400 |
| commit | a83014ccd66477fa624ee54eb97e0a2a30a5a106 (patch) | |
| tree | 3d7faaad38c74b74409785cc54c0a58b8f72a23a /staticd/static_main.c | |
| parent | 2ff99507ad97fed3c2a0910605bd72524f497441 (diff) | |
| parent | 40664f16e3abdec2371010137cf68a65fa325448 (diff) | |
Merge pull request #6247 from FRRouting/nb_conversions
Merge nb_converions branch to master
Diffstat (limited to 'staticd/static_main.c')
| -rw-r--r-- | staticd/static_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/staticd/static_main.c b/staticd/static_main.c index 3aa8a8db3e..c77a99f280 100644 --- a/staticd/static_main.c +++ b/staticd/static_main.c @@ -104,6 +104,7 @@ struct quagga_signal_t static_signals[] = { }; static const struct frr_yang_module_info *const staticd_yang_modules[] = { + &frr_vrf_info, }; #define STATIC_VTY_PORT 2616 |
