mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 17:31:31 +02:00
17 lines
472 B
Python
17 lines
472 B
Python
BUNDLES = [
|
|
'//providers/bgp/cfg:onos-providers-bgp-cfg',
|
|
'//providers/bgp/topology:onos-providers-bgp-topology',
|
|
'//protocols/bgp/api:onos-protocols-bgp-api',
|
|
'//protocols/bgp/ctl:onos-protocols-bgp-ctl',
|
|
'//protocols/bgp/bgpio:onos-protocols-bgp-bgpio',
|
|
]
|
|
|
|
onos_app (
|
|
title = 'BGP Provider',
|
|
category = 'Provider',
|
|
url = 'http://onosproject.org',
|
|
included_bundles = BUNDLES,
|
|
description = 'BGP protocol southbound providers.',
|
|
)
|
|
|