psneha b710909185 REST API support for DHCP Relay
Change-Id: Icfefebd15ff43718493e5223254b23ec02ee0bab
2018-10-29 16:45:28 +00:00

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