ietf-ivy-wg / network-inventory-yang

Other
0 stars 3 forks source link

Wrong identity for software in the core YANG model #47

Open aguoietf opened 1 month ago

aguoietf commented 1 month ago

The YANG model refers to a non-existing identity "iana-hadware:software" while constraining the container software-specific-info.

container software-specific-info {
  when "../class = 'ianahw:software'";
  description 
    "This container contains some attributes belong to
    software only.";
  uses software-specific-info-grouping;
  config false;
}

It caused a yanglint error and needs to be fixed. Since the software model is still being defined, I'd propose to leave this container empty and leave it for the software model to augment, or even better, remove the container completely from the core model.

italobusi commented 1 month ago

2024-05-22 Network Inventory weekly call

It is a bug to be fixed: