Sudhir Kumar Maurya | 2cc7798 | 2018-12-14 06:41:33 -0500 | [diff] [blame] | 1 | BUNDLES = [ |
| 2 | "//apps/packet-stats/web:onos-apps-packet-stats-web", |
| 3 | "//apps/packet-stats/app:onos-apps-packet-stats-app", |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 4 | ] |
| 5 | |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 6 | onos_app( |
Sudhir Kumar Maurya | 2cc7798 | 2018-12-14 06:41:33 -0500 | [diff] [blame] | 7 | app_name = "org.onosproject.packet-stats", |
| 8 | category = "Utility", |
| 9 | description = " Application to calculate the number of packets of different types", |
| 10 | included_bundles = BUNDLES, |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 11 | title = "Packet Statistics", |
| 12 | url = "http://onosproject.org", |
| 13 | ) |