Imported modules are not in use
Signed-off-by: y-bharath14 <y.bharath@samsung.com>
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
revision 2022-11-03 {
description
"Initial revision";
+ reference "FRRouting";
}
typedef affinity-map-ref {
}
container lib {
+ description "Affinity map library";
container affinity-maps {
description
"Affinity Mapping Table";
"Affinity Name";
}
leaf value {
- mandatory true;
type uint16 {
range "0..1023";
}
+ mandatory true;
description
"Bit position";
}