When a node is going down, remove edges in both directions associated with the node.
[controller.git] / opendaylight / sal / yang-prototype / yang / maven-yang-plugin-it / src / test / resources / files / testfile3.yang
1 module types3 {
2     yang-version 1;
3     namespace "urn:simple.container.demo.test";
4     prefix "t3";
5
6     import types2 {
7         prefix "data";
8         revision-date 2013-02-27;
9     }
10
11     organization "opendaylight";
12     contact "http://www.opendaylight.org/";
13
14     revision "2013-02-27" {
15         reference " WILL BE DEFINED LATER";
16     }
17
18 }