• 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
  • apps
  • scalablegateway
  • api
  • BUCK
  • Kyuhwi Choi's avatar
    [ONOS-4291] Implement skeleton of gateway load balancer · c5b33ea4 ...
    c5b33ea4
     - Implements scalable gateway service
     - Implements gateway node model
    
    Change-Id: I3713c67edcff9b10ccb23a7ad3323f5c30c7d6a3
    Kyuhwi Choi authored 2016-05-04 16:30:00 +0000
BUCK 91 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
COMPILE_DEPS = [
    '//lib:CORE_DEPS',
]

osgi_jar_with_tests (
    deps = COMPILE_DEPS,
)