• 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
  • ..
  • interfileidentityimportdependency
  • featurefile2.yang
  • Shankara-Huawei's avatar
    [ONOS-4753] Identity/identityref implementation and UT · df7b9ca0 ...
    df7b9ca0
    Change-Id: I40148fa228465555be3bdf410cc294ffc0f34c18
    Shankara-Huawei authored 2016-07-14 15:50:01 +0000
featurefile2.yang 313 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
module syslog2 {
     yang-version 1;
     namespace "http://huawei2.com";
     prefix "sys2";

     import "syslog3" {
        prefix "sys3";
     }

     identity tunnel-type {
         base sys3:final-address-family;
     }

     identity ref-address-family {
         base sys3:final-address-family;
     }
}