From ed832b70ec0ea7ad0cf22a844de2151592b5b0e8 Mon Sep 17 00:00:00 2001 From: Y Bharath Date: Mon, 22 Jul 2024 16:47:54 +0530 Subject: [PATCH] yang: Added missed prefix to the yang file Corrected warning by including the module Signed-off-by: y-bharath14 --- yang/ietf/frr-deviations-ietf-routing.yang | 3 +++ 1 file changed, 3 insertions(+) diff --git a/yang/ietf/frr-deviations-ietf-routing.yang b/yang/ietf/frr-deviations-ietf-routing.yang index 15ceb6b92918..5c0ae30beadc 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";