blob: 96ce986ee270072ec5a7b6b415333d19a9370c20 [file] [log] [blame]
Vidyashree Rama07c26bb2016-07-28 17:33:15 +05301module ietf-te-types {
2
3 namespace "ietf-te-types";
4 prefix "te-types";
5
6 revision 2016-03-20 {
7 description "Latest revision of TE generic types";
8 reference "RFC3209";
9 }
10 grouping explicit-route-subobject {
11 choice type {
12 case ipv4-address {
13 leaf v4-address {
14 type string;
15 }
16 }
17 }
18 }
19}