diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-09-11 20:59:46 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-12-09 14:39:18 -0500 |
| commit | f495425b64b50c32c5db29a30224f1b15d5b3a3b (patch) | |
| tree | 390589d6858a8c2f2f1aa620f3e720445bcd8a77 /lib/yang.c | |
| parent | e6a70ae8f108c7c82cf3d0e0937c3e76c0310e1e (diff) | |
vrrpd: northbound conversion
Convert VRRPD to use the northbound API.
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/yang.c')
| -rw-r--r-- | lib/yang.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/yang.c b/lib/yang.c index d153f75530..93e6db3055 100644 --- a/lib/yang.c +++ b/lib/yang.c @@ -77,6 +77,7 @@ static const char *const frr_native_modules[] = { "frr-ripd", "frr-ripngd", "frr-isisd", + "frr-vrrpd", }; /* Generate the yang_modules tree. */ |
