mirror of
				https://git.proxmox.com/git/mirror_frr
				synced 2025-10-30 15:32:10 +00:00 
			
		
		
		
	 f1c73d1495
			
		
	
	
		f1c73d1495
		
	
	
	
	
		
			
			Needed these while rewriting LSDB iteration. NB: this commit fails because of a bug in ospf_lsdb_get_next, which will SEGV when the LSDB is actually empty. Whooo... (this is fixed in the following commits.) Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
		
			
				
	
	
		
			5 lines
		
	
	
		
			80 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			80 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| import frrtest
 | |
| 
 | |
| class TestLSDB(frrtest.TestRefOut):
 | |
|     program = './test_lsdb'
 |