Pier 3ee2455530 [CORD-2838][CORD-2833] Revisit McastHandler and handle shortest paths with pair links
Includes also a refactoring of the path computation

Change-Id: Iff63780a3bb3e895e55c52211290c19d993e1905
2018-04-05 11:24:33 +02:00

14 lines
418 B
Python

BUNDLES = [
'//apps/segmentrouting/app:onos-apps-segmentrouting-app',
'//apps/segmentrouting/web:onos-apps-segmentrouting-web',
]
onos_app (
title = 'Segment Routing',
category = 'Traffic Steering',
url = 'http://onosproject.org',
included_bundles = BUNDLES,
description = 'Segment routing application.',
required_apps = [ 'org.onosproject.route-service', 'org.onosproject.mcast' ],
)