Vidyashree Rama | 7b9726e | 2019-08-26 13:48:33 +0530 | [diff] [blame^] | 1 | module Test { |
2 | yang-version 1; | ||||
3 | namespace urn:ietf:params:xml:ns:yang:ietf-ospf; | ||||
4 | prefix test; | ||||
5 | |||||
6 | revision 2013-7-15 { | ||||
7 | description | ||||
8 | "This revision adds the following new data types: | ||||
9 | - yang-identifier | ||||
10 | - hex-string | ||||
11 | - uuid | ||||
12 | - dotted-quad"; | ||||
13 | reference | ||||
14 | "RFC 6991: Common YANG Data Types"; | ||||
15 | } | ||||
16 | |||||
17 | } |