blob: 3f5eb4f24de9e2e3920e605bc3e815a0e4609949 [file] [log] [blame]
Harshada Chaundkara4b40292019-03-18 21:11:09 +00001BUNDLES = [
2 '//apps/packet-throttle/app:onos-apps-packet-throttle-app',
3]
4
5onos_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)