summaryrefslogtreecommitdiffstats
path: root/netconf/restconf/restconf-nb-bierman02/src/test/resources/modules/mount-points/mount-point-1.yang
blob: 4963c89cc0ef8f847e3bb3c9eac5c834eef6293c (plain)
1
2
3
4
5
6
7
8
9
10
11
module mount-point-1 {
    namespace "mount:point:1";
    prefix "point1";
    revision "2016-01-01";

    container cont {
    }

    list listA {
    }
}