X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflow-protocol-api%2Fsrc%2Fmain%2Fyang%2Fsystem-notifications.yang;h=5bd805c37cc1f1be899e61a92306382b413ea614;hb=1bab57414997362845756a427c5306076cdaf96c;hp=8bc8dd6520b9e26a90c554568d6c7bb02840604f;hpb=b166eb061da4d770df868e45851222414daacb3c;p=openflowjava.git diff --git a/openflow-protocol-api/src/main/yang/system-notifications.yang b/openflow-protocol-api/src/main/yang/system-notifications.yang index 8bc8dd65..5bd805c3 100644 --- a/openflow-protocol-api/src/main/yang/system-notifications.yang +++ b/openflow-protocol-api/src/main/yang/system-notifications.yang @@ -1,18 +1,28 @@ -module system-notifications { +/* + * Copyright (c) 2013 Pantheon Technologies s.r.o. and others. All rights reserved. + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License v1.0 which accompanies this distribution, + * and is available at http://www.eclipse.org/legal/epl-v10.html + */ + + module system-notifications { namespace "urn:opendaylight:openflow:system"; prefix "ofs"; revision "2013-09-27" { - //description "Model of system messages used in OpenFlow Protocol Library"; + description "#NOT_PUBLISHED# Model of system messages used in OpenFlow Protocol Library"; } notification disconnect-event { + description "Disconnect notification"; leaf info { type string; } } notification switch-idle-event { + description "Switch-idle notification"; leaf info { type string; }