• 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
  • dhcprelay
  • BUCK
  • gaurav's avatar
    DHCP Relay Application, addressed the review comments for patch-2. · f0884568 ...
    f0884568 Browse Files
    Change-Id: If447f3786c661c667460f43fc659ea71dd198be7
    gaurav authored 2016-06-22 18:52:01 +0000
BUCK 288 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
COMPILE_DEPS = [
    '//lib:CORE_DEPS',
]

osgi_jar (
    deps = COMPILE_DEPS,
)

onos_app (
    app_name = 'org.onosproject.dhcprelay',
    title = 'DHCP Relay Agent App',
    category = 'default',
    url = 'http://onosproject.org',
    description = 'DHCP Relay Agent Application.',
)