mirror of
				https://github.com/opennetworkinglab/onos.git
				synced 2025-10-31 16:21:00 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			285 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			285 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| COMPILE_DEPS = [
 | |
|     '//lib:CORE_DEPS',
 | |
|     '//incubator/api:onos-incubator-api',
 | |
| ]
 | |
| 
 | |
| osgi_jar (
 | |
|     deps = COMPILE_DEPS,
 | |
| )
 | |
| 
 | |
| onos_app (
 | |
|     title = 'Proxy ARP/NDP',
 | |
|     category = 'Traffic Steering',
 | |
|     url = 'http://onosproject.org',
 | |
|     description = 'Proxy ARP/NDP application.',
 | |
| )
 |