[controller] table name correction
This commit is contained in:
		
					parent
					
						
							
								7f0427a4f2
							
						
					
				
			
			
				commit
				
					
						6b601a09f7
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -110,7 +110,7 @@ class L2Controller(object):
 | 
			
		|||
 | 
			
		||||
        self.controller.table_clear("v6_addresses")
 | 
			
		||||
        for v6addr in self.v6_addresses[self.mode]:
 | 
			
		||||
            self.controller.table_add("v6_address", "icmp6_answer", [v6addr['addr']], [v6addr['port']])
 | 
			
		||||
            self.controller.table_add("v6_addresses", "icmp6_answer", [v6addr['addr']], [v6addr['port']])
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue