• 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
  • RpcTranslator.yang
  • Gaurav Agrawal's avatar
    [ONOS-4302] RPC translator implementation · 56527660 ...
    56527660 Browse Files
    Change-Id: I457f12a2b0edaadee5ff888e0297b40854d53096
    Gaurav Agrawal authored 2016-04-26 22:38:16 +0000
RpcTranslator.yang 291 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
module Sfc {
    yang-version 1;
    namespace http://huawei.com;
    prefix Ant;
    rpc SFP {
        input {
            leaf port {
                type string;
            }
        }
        output {
            leaf path {
                type string;
            }
        }
    }
}