A race condition occurs between ARPHandler and HostTracker if the ARP
[controller.git] / opendaylight / sal / yang-prototype / yang / yang-model-parser-impl / src / test / resources / negative-scenario / duplicity / container-leaf.yang
1 module container-leaf {
2     yang-version 1;
3     namespace "urn:simple.container.demo";
4     prefix "t1";
5
6     container foo {
7         description "foo container";
8     }
9
10     leaf foo {
11         type int8;
12     }
13
14 }