blob: d6ff30ef05dcaac0f3b0e8db3efdf8252287cab2 [file] [log] [blame]
module ospf {
namespace "urn:cisco:params:xml:ns:yang:ospf";
// replace with IANA namespace when assigned
prefix ospf;
revision 2020-10-20 {
description
"Initial revision.";
}
typedef type14 {
type binary;
}
leaf typedef14 {
type type14;
}
}