• 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
    using subnet as lease/range selection criteria in DHCP Relay App, addressed review comments · 38351dee ...
    38351dee
    Change-Id: Id2a81faa00592df4ede33f6679c2ba2dd8fb2293
    gaurav authored 2016-08-04 23:56:13 +0000
BUCK 330 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
COMPILE_DEPS = [
    '//lib:CORE_DEPS',
    '//incubator/api:onos-incubator-api',
]

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.',
)