From: Y Bharath Date: Mon, 3 Mar 2025 07:25:30 +0000 (+0530) Subject: yang: Imported modules are not in use X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F18293%2Fhead;p=mirror%2Ffrr.git yang: Imported modules are not in use Imported modules are not in use Signed-off-by: y-bharath14 --- diff --git a/yang/frr-affinity-map.yang b/yang/frr-affinity-map.yang index f1d9e44738..b53309661b 100644 --- a/yang/frr-affinity-map.yang +++ b/yang/frr-affinity-map.yang @@ -3,18 +3,6 @@ module frr-affinity-map { namespace "http://frrouting.org/yang/affinity-map"; prefix frr-affinity-map; - import ietf-inet-types { - prefix inet; - } - - import frr-filter { - prefix filter; - } - - import frr-interface { - prefix frr-interface; - } - organization "FRRouting"; contact @@ -51,6 +39,7 @@ module frr-affinity-map { revision 2022-11-03 { description "Initial revision"; + reference "FRRouting"; } typedef affinity-map-ref { @@ -63,6 +52,7 @@ module frr-affinity-map { } container lib { + description "Affinity map library"; container affinity-maps { description "Affinity Mapping Table"; @@ -79,10 +69,10 @@ module frr-affinity-map { "Affinity Name"; } leaf value { - mandatory true; type uint16 { range "0..1023"; } + mandatory true; description "Bit position"; }