Harshada Chaundkar | a4b4029 | 2019-03-18 21:11:09 +0000 | [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 | title = 'Packet Throttler', | ||||
8 | category = 'Traffic Steering', | ||||
9 | url = 'http://onosproject.org', | ||||
10 | description = 'Packet throttle application to make ONOS drop packets crossing threshold', | ||||
11 | included_bundles = BUNDLES, | ||||
12 | ) |