mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 17:31:31 +02:00
Fix dhcprelay dependency
Change-Id: I80b83c82fa84eb4235c1de392e1b542a0724ea75
This commit is contained in:
parent
60c8df7d79
commit
577b194d0a
@ -8,7 +8,10 @@ onos_app(
|
|||||||
category = "Utility",
|
category = "Utility",
|
||||||
description = "DHCP Relay Agent Application.",
|
description = "DHCP Relay Agent Application.",
|
||||||
included_bundles = BUNDLES,
|
included_bundles = BUNDLES,
|
||||||
required_apps = ["org.onosproject.route-service"],
|
required_apps = [
|
||||||
|
"org.onosproject.route-service",
|
||||||
|
"org.onosproject.fpm",
|
||||||
|
],
|
||||||
title = "DHCP Relay Agent",
|
title = "DHCP Relay Agent",
|
||||||
url = "http://onosproject.org",
|
url = "http://onosproject.org",
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user