blob: 58c22dabee2ba32040f8bb51a6a2e6b80a2dcf9c [file] [log] [blame]
Ray Milkey1ccab712018-06-12 16:30:02 -07001BUNDLES = [
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
8onos_app(
Ray Milkey15053f02018-06-13 10:00:45 -07009 category = "Traffic Engineering",
10 description = "Provides handling of multicast traffic.",
Ray Milkey1ccab712018-06-12 16:30:02 -070011 included_bundles = BUNDLES,
Ray Milkey15053f02018-06-13 10:00:45 -070012 origin = "ONF",
13 title = "Multicast traffic control",
14 url = "https://wiki.onosproject.org/",
Ray Milkey1ccab712018-06-12 16:30:02 -070015)