module system-notifications { namespace "urn:opendaylight:openflow:system"; prefix "ofs"; revision "2013-09-27" { //description "Model of system messages used in OpenFlow Protocol Library"; } notification disconnect-event { leaf info { type string; } } notification switch-idle-event { leaf info { type string; } } }