blob: 3d96560df4cbb897ce73f824aeabecc1ffe0dca2 [file] [log] [blame]
VinodKumarS-Huawei2ee9e7e2016-06-01 14:30:22 +05301 module ietf-network {
2 yang-version 1;
3 namespace "urn:ietf:params:xml:ns:yang:ietf-network";
4 prefix nd;
5
6 container networks {
7 container network-types {
8 description
9 "Serves as an augmentation target.
10 The network type is indicated through corresponding
11 presence containers augmented into this container.";
12 }
13 }
14}