COMPILE_DEPS = [ | |
'//lib:CORE_DEPS', | |
'//incubator/api:onos-incubator-api', | |
] | |
osgi_jar ( | |
deps = COMPILE_DEPS, | |
) | |
onos_app ( | |
title = 'Proxy ARP/NDP', | |
category = 'Traffic Steering', | |
url = 'http://onosproject.org', | |
description = 'Proxy ARP/NDP application.', | |
) |