diff options
| author | Y Bharath <y.bharath@samsung.com> | 2024-07-22 16:47:54 +0530 | 
|---|---|---|
| committer | Y Bharath <y.bharath@samsung.com> | 2024-07-22 16:47:54 +0530 | 
| commit | ed832b70ec0ea7ad0cf22a844de2151592b5b0e8 (patch) | |
| tree | 29740c04c8e073e92844570dbd710726f1404807 /yang/ietf | |
| parent | 8eb78b2d89f1d90967ecddfdd7d14641931cd1ce (diff) | |
yang: Added missed prefix to the yang file
Corrected warning by including the module
Signed-off-by: y-bharath14 <y.bharath@samsung.com>
Diffstat (limited to 'yang/ietf')
| -rw-r--r-- | yang/ietf/frr-deviations-ietf-routing.yang | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/yang/ietf/frr-deviations-ietf-routing.yang b/yang/ietf/frr-deviations-ietf-routing.yang index 15ceb6b929..5c0ae30bea 100644 --- a/yang/ietf/frr-deviations-ietf-routing.yang +++ b/yang/ietf/frr-deviations-ietf-routing.yang @@ -6,6 +6,9 @@ module frr-deviations-ietf-routing {    import ietf-routing {      prefix ietf-routing;    } +  import ietf-rip { +    prefix ietf-rip; +  }    organization      "FRRouting";  | 
