Ray Milkey | 1ccab71 | 2018-06-12 16:30:02 -0700 | [diff] [blame] | 1 | BUNDLES = [ |
| 2 | "//apps/mcast/cli:onos-apps-mcast-cli", |
| 3 | "//apps/mcast/impl:onos-apps-mcast-impl", |
| 4 | "//apps/mcast/web:onos-apps-mcast-web", |
| 5 | "//apps/mcast/api:onos-apps-mcast-api", |
| 6 | ] |
| 7 | |
| 8 | onos_app( |
Ray Milkey | 15053f0 | 2018-06-13 10:00:45 -0700 | [diff] [blame] | 9 | category = "Traffic Engineering", |
| 10 | description = "Provides handling of multicast traffic.", |
Ray Milkey | 1ccab71 | 2018-06-12 16:30:02 -0700 | [diff] [blame] | 11 | included_bundles = BUNDLES, |
Thomas Vachuska | d8e7795 | 2018-11-19 12:26:43 -0800 | [diff] [blame] | 12 | origin = "ONOS Community", |
Ray Milkey | 15053f0 | 2018-06-13 10:00:45 -0700 | [diff] [blame] | 13 | title = "Multicast traffic control", |
| 14 | url = "https://wiki.onosproject.org/", |
Ray Milkey | 1ccab71 | 2018-06-12 16:30:02 -0700 | [diff] [blame] | 15 | ) |