blob: d6ff30ef05dcaac0f3b0e8db3efdf8252287cab2 [file] [log] [blame]
Gaurav Agrawal0d43bb52016-05-17 18:06:38 +05301module ospf {
2 namespace "urn:cisco:params:xml:ns:yang:ospf";
3 // replace with IANA namespace when assigned
4 prefix ospf;
5 revision 2020-10-20 {
6 description
7 "Initial revision.";
8 }
9
10 typedef type14 {
11 type binary;
12 }
13
14 leaf typedef14 {
15 type type14;
16 }
17}