8bc8dd6520b9e26a90c554568d6c7bb02840604f
[openflowjava.git] / openflow-protocol-api / src / main / yang / system-notifications.yang
1 module system-notifications {
2     namespace "urn:opendaylight:openflow:system";
3     prefix "ofs";
4
5     revision "2013-09-27" {
6         //description "Model of system messages used in OpenFlow Protocol Library";
7     }
8
9     notification disconnect-event {
10         leaf info {
11             type string;
12         }
13     }
14
15     notification switch-idle-event {
16         leaf info {
17             type string;
18         }
19     }
20
21 }