summaryrefslogtreecommitdiffstats
path: root/netconf/restconf/restconf-nb-bierman02/src/test/resources/modules/modules-behind-mount-point/module2-behind-mount-point.yang
blob: 89b8c02eba1c40c61cf8803ba849b7fe72c4cbdb (plain)
1
2
3
4
5
6
7
8
9
module module2-behind-mount-point {
    namespace "module:2:behind:mount:point";
    prefix "mod2bemopo";
    revision "2014-02-04";
    
    rpc rpc-behind-module2 {
    }
    
}