From: Y Bharath Date: Mon, 22 Jul 2024 11:17:54 +0000 (+0530) Subject: yang: Added missed prefix to the yang file X-Git-Tag: docker/10.1.0~7^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F16453%2Fhead;p=mirror%2Ffrr.git yang: Added missed prefix to the yang file Corrected warning by including the module Signed-off-by: y-bharath14 (cherry picked from commit ed832b70ec0ea7ad0cf22a844de2151592b5b0e8) --- 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";