Ray Milkey | aeb0079 | 2016-04-20 16:15:21 -0700 | [diff] [blame] | 1 | BUNDLES = [ |
| 2 | '//providers/bgp/cfg:onos-providers-bgp-cfg', |
Ray Milkey | aeb0079 | 2016-04-20 16:15:21 -0700 | [diff] [blame] | 3 | '//providers/bgp/topology:onos-providers-bgp-topology', |
mohamedrahil | 00f6f26 | 2016-11-24 20:20:41 +0530 | [diff] [blame] | 4 | '//providers/bgp/cli:onos-providers-bgp-cli', |
Ray Milkey | 8dac818 | 2016-04-28 16:44:19 -0700 | [diff] [blame] | 5 | '//protocols/bgp/api:onos-protocols-bgp-api', |
| 6 | '//protocols/bgp/ctl:onos-protocols-bgp-ctl', |
| 7 | '//protocols/bgp/bgpio:onos-protocols-bgp-bgpio', |
Ray Milkey | aeb0079 | 2016-04-20 16:15:21 -0700 | [diff] [blame] | 8 | ] |
| 9 | |
| 10 | onos_app ( |
| 11 | title = 'BGP Provider', |
| 12 | category = 'Provider', |
| 13 | url = 'http://onosproject.org', |
| 14 | included_bundles = BUNDLES, |
| 15 | description = 'BGP protocol southbound providers.', |
| 16 | ) |
| 17 | |