summaryrefslogtreecommitdiffstats
path: root/plugins/restconf-client/provider/src/test/resources/yang/identity-types.yang
blob: 25c8fa54f513b56d1704dca9f5ed7ec7b8b73e5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module identity-types {
    yang-version 1;
    namespace "identity:list:ns:test:json:ser";
    prefix "type";
    revision "2013-07-15";

    identity int-type {
    }

    identity physical {
        base int-type;
    }

    identity Loopback {
        base physical;
    }
}