Harshada Chaundkar | dcd1b14 | 2019-03-25 17:27:44 -0400 | [diff] [blame] | 1 | BUNDLES = [ |
2 | "//apps/packet-throttle/app:onos-apps-packet-throttle-app", | ||||
3 | ] | ||||
4 | |||||
5 | onos_app( | ||||
6 | app_name = "org.onosproject.packetthrottle", | ||||
7 | category = "Traffic Steering", | ||||
8 | description = "Packet throttle application to make ONOS drop packets crossing threshold", | ||||
9 | included_bundles = BUNDLES, | ||||
10 | title = "Packet Throttler", | ||||
11 | url = "http://onosproject.org", | ||||
12 | ) |