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