• 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
  • ChoiceStatementWithoutBody.yang
  • Gaurav Agrawal's avatar
    [ONOS-3898/4069] Yang Utils Extension to support RPC/Notification/Choice/Case/Union · e3ed0d96 ...
    e3ed0d96
    Change-Id: I405852caff3464719e8e586fa8e9ae9b6ed043ff
    Gaurav Agrawal authored 2016-03-24 23:37:04 +0000
ChoiceStatementWithoutBody.yang 144 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
module Test {
    yang-version 1;
    namespace http://huawei.com;
    prefix Ant;
     container food {
       choice snack {
       }
    }
}