• This project
    • Loading...
  • Sign in

홍길동 / onos

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • onos
  • utils
  • yangutils
  • src
  • test
  • resources
  • NotificationTest.yang
  • VinodKumarS-Huawei's avatar
    [ONOS-4303, ONOS-4508, ONOS-4509, ONOS-4510, ONOS-4351]notification,rpc,union,sub-module,augment · cb3a1f52 ...
    cb3a1f52
    Change-Id: Ibeed9ff965c13fd66743c1080cb1350d93a3a435
    VinodKumarS-Huawei authored 2016-05-10 23:03:36 +0000
NotificationTest.yang 241 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
module NotificationTest {
    yang-version 1;
    namespace http://huawei.com;
    prefix Ant;
    notification test {
        leaf type {
            type string;
        }
        leaf severity {
            type string;
        }
    }
}