blob: fb075c434c7fdd9a4aaa8481ff95ab5b84ed512b [file] [log] [blame]
sonugupta-huawei711d1e32017-09-14 10:59:08 +05301module Test {
2 yang-version 1.1;
3 namespace http://huawei.com;
4 prefix Ant;
5 anydata ospf {
6 config true;
7 description "anydata description";
8 status current;
9 reference "anydata reference";
10 }
11}