diff options
| author | Emanuele Di Pascale <emanuele@voltanet.io> | 2018-12-10 12:07:54 +0100 |
|---|---|---|
| committer | Emanuele Di Pascale <emanuele@voltanet.io> | 2018-12-18 15:25:57 +0100 |
| commit | 96f2c0090300fa710f42e4934bcbbe96ed126b67 (patch) | |
| tree | 6ee6a3280dfe3f496b85da365e222541b0313e18 /lib/yang.c | |
| parent | 98cbd0f2e0b15130aada10d8efef9c688104eb66 (diff) | |
lib: add frr-isisd to the native models
Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
Diffstat (limited to 'lib/yang.c')
| -rw-r--r-- | lib/yang.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/yang.c b/lib/yang.c index 780b986103..71b41c35d8 100644 --- a/lib/yang.c +++ b/lib/yang.c @@ -71,10 +71,11 @@ static const char *yang_module_imp_clb(const char *mod_name, return NULL; } -static const char * const frr_native_modules[] = { +static const char *const frr_native_modules[] = { "frr-interface", "frr-ripd", "frr-ripngd", + "frr-isisd", }; /* Generate the yang_modules tree. */ |
