added new serialization factories and their tests
[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 "Initial model";
7     }
8     
9     notification disconnect-event {
10         leaf info {
11             type string;
12         }            
13     }
14     
15 }