mirror of
				https://github.com/opennetworkinglab/onos.git
				synced 2025-10-31 16:21:00 +01:00 
			
		
		
		
	- Remove workaround introduced in gerrit #12604 - Add ability to respond to IPv6 solicited-node multicast address of gateway IPs Change-Id: I7d1c9840a51e35d471303a8f723245a5bbc809ff
		
			
				
	
	
		
			34 lines
		
	
	
		
			753 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			753 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| COMPILE_DEPS = [
 | |
|     '//lib:CORE_DEPS',
 | |
|     '//lib:org.apache.karaf.shell.console',
 | |
|     '//lib:javax.ws.rs-api',
 | |
|     '//lib:cord-config',
 | |
|     '//cli:onos-cli',
 | |
|     '//core/store/serializers:onos-core-serializers',
 | |
|     '//incubator/api:onos-incubator-api',
 | |
|     '//utils/rest:onlab-rest',
 | |
| ]
 | |
| 
 | |
| BUNDLES = [
 | |
|     '//apps/segmentrouting:onos-apps-segmentrouting',
 | |
|     '//apps/routing-api:onos-apps-routing-api',
 | |
|     '//lib:cord-config'
 | |
| ]
 | |
| 
 | |
| TEST_DEPS = [
 | |
|     '//lib:TEST_ADAPTERS',
 | |
| ]
 | |
| 
 | |
| osgi_jar_with_tests (
 | |
|     deps = COMPILE_DEPS,
 | |
|     test_deps = TEST_DEPS,
 | |
| )
 | |
| 
 | |
| onos_app (
 | |
|     title = 'Segment Routing App',
 | |
|     category = 'Traffic Steering',
 | |
|     url = 'http://onosproject.org',
 | |
|     included_bundles = BUNDLES,
 | |
|     description = 'Segment routing application.',
 | |
| )
 |