mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 09:21:06 +02:00
15 lines
410 B
Python
15 lines
410 B
Python
BUNDLES = [
|
|
'//apps/dhcprelay/web:onos-apps-dhcprelay-web',
|
|
'//apps/dhcprelay/app:onos-apps-dhcprelay-app',
|
|
]
|
|
|
|
onos_app (
|
|
app_name = 'org.onosproject.dhcprelay',
|
|
title = 'DHCP Relay Agent',
|
|
category = 'Utility',
|
|
url = 'http://onosproject.org',
|
|
description = 'DHCP Relay Agent Application.',
|
|
required_apps = [ 'org.onosproject.route-service' ],
|
|
included_bundles = BUNDLES,
|
|
)
|