blob: 0ecdbfade5b5293a08d2cf5981d612ed0d41d01a [file] [log] [blame]
module ietf-network {
yang-version 1;
namespace http://huawei.com;
prefix net;
list networks {
key "val";
unique "groupingleaf";
leaf val {
type string;
}
uses forgrouping;
}
grouping forgrouping {
leaf groupingleaf {
type string;
}
}
}