• 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
  • proxyarp
  • BUCK
  • Jonathan Hart's avatar
    Reimplemented the ProxyArp app on top of the NeighbourResolutionService. · c4f681c7 ...
    c4f681c7
    Also some small API changes to track app ID of handler registrations, and
    improved interface matching in NeighbourPacketManager.
    
    Added CLI to view handler registrations.
    
    Change-Id: I8cd0b91a16d9ec60287b65f9d8fc5e3cd87560e8
    Jonathan Hart authored 2016-09-14 15:31:25 +0000
BUCK 289 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',
    '//incubator/api:onos-incubator-api',
]

osgi_jar (
    deps = COMPILE_DEPS,
)

onos_app (
    title = 'Proxy ARP/NDP App',
    category = 'Traffic Steering',
    url = 'http://onosproject.org',
    description = 'Proxy ARP/NDP application.',
)