blob: 822d90bd9e4e759b96e5c3c58eee5df21436ebaa [file] [log] [blame]
janani be18b5342016-07-13 21:06:41 +05301module module2 {
2 yang-version 1;
3 namespace
4 "urn:ietf:params:xml:ns:yang:ietf-inet-types";
5 prefix inet;
6 container termination-point {
7 leaf tp-id {
8 type string;
9 }
10 }
11}