blob: e35d0f595dd0d837a135ccd18c645519cf55f30a [file] [log] [blame]
Gaurav Agrawal0d43bb52016-05-17 18:06:38 +05301 module ietf-network {
2 yang-version 1;
3 namespace "urn:ietf:params:xml:ns:yang:ietf-network";
4 prefix nd;
5
6 import ietf-inet-types {
7 prefix inet;
8 }
9 leaf node-ref {
10 type node-id;
11 description
12 "Used to reference a node.
13 Nodes are identified relative to the network they are
14 contained in.";
15 }
16
17 typedef node-id {
18 type inet:uri;
19 description
20 "Identifier for a node.";
21 }
22 }