blob: 6e8f6031d29f990a2aee0b84ab56344b0c9f054c [file] [log] [blame]
module Test {
yang-version 1;
namespace http://huawei.com;
prefix Ant;
identity tunnel {
description
"Base identity from which specific tunnel types are derived.";
}
leaf tunnel-value {
type type15;
}
typedef type15 {
type identityref {
base tunnel;
}
}
}