mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 01:11:30 +02:00
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
16 lines
289 B
Python
16 lines
289 B
Python
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.',
|
|
)
|