diff options
| author | vdhingra <vdhingra@vmware.com> | 2020-06-05 00:10:41 -0700 |
|---|---|---|
| committer | vdhingra <vdhingra@vmware.com> | 2020-07-28 00:39:32 -0700 |
| commit | 65de8bc8d0d949f0ea12a84dba9b7963ac1a74f6 (patch) | |
| tree | 642a47a7b0531d130ab31bcf4427d25feaa47cd6 /lib/yang.h | |
| parent | 5677e93f8f577e5a40f3143a08b4dc6712005348 (diff) | |
lib: Add support to load submodules in embedded modules framework
BGP Yang is using sub modules and at present FRR is not processing
submodules in embedded framework yang
Signed-off-by: VishalDhingra <vdhingra@vmware.com>
Diffstat (limited to 'lib/yang.h')
| -rw-r--r-- | lib/yang.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/yang.h b/lib/yang.h index 85ef0d758c..b9b2e90d27 100644 --- a/lib/yang.h +++ b/lib/yang.h @@ -48,6 +48,8 @@ extern "C" { struct yang_module_embed { struct yang_module_embed *next; const char *mod_name, *mod_rev; + const char *sub_mod_name; + const char *sub_mod_rev; const char *data; LYS_INFORMAT format; }; |
