blob: 581fd159e6c545b7cbcbcf32c65235a5e792d3c4 [file] [log] [blame]
Harshada Chaundkardcd1b142019-03-25 17:27:44 -04001BUNDLES = [
2 "//apps/packet-throttle/app:onos-apps-packet-throttle-app",
3]
4
5onos_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)