Ray Milkey | a95193c | 2017-08-10 15:35:36 -0700 | [diff] [blame] | 1 | BUNDLES = [ |
| 2 | '//apps/evpn-route-service/api:onos-apps-evpn-route-service-api', |
| 3 | '//apps/evpn-route-service/app:onos-apps-evpn-route-service-app', |
| 4 | ] |
| 5 | |
| 6 | onos_app ( |
Thomas Vachuska | b002968 | 2017-08-23 17:55:53 -0700 | [diff] [blame] | 7 | title = 'EVPN Routing', |
Thomas Vachuska | ca0b5df | 2018-06-22 16:24:47 -0700 | [diff] [blame] | 8 | category = 'Traffic Engineering', |
Ray Milkey | a95193c | 2017-08-10 15:35:36 -0700 | [diff] [blame] | 9 | url = 'http://onosproject.org', |
| 10 | included_bundles = BUNDLES, |
| 11 | ) |