mirror of
				https://github.com/Ysurac/openmptcprouter-feeds.git
				synced 2025-03-09 15:40:03 +00:00 
			
		
		
		
	Fix MPTCP graph
This commit is contained in:
		
							parent
							
								
									928d122e77
								
							
						
					
					
						commit
						0009dac3a4
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -98,7 +98,11 @@ function multipath_bandwidth()
 | 
			
		|||
		res[key][1]=temp1[1]
 | 
			
		||||
		for i=2,60 do
 | 
			
		||||
			res[key][i]={}
 | 
			
		||||
			res[key][i]=(string.gsub(temp1[i], "%[", " "))
 | 
			
		||||
			if temp1[i] ~= "" and temp1[i] ~= nil then
 | 
			
		||||
				res[key][i]=(string.gsub(temp1[i], "%[", " "))
 | 
			
		||||
			else
 | 
			
		||||
				res[key][i]="0,0,0,0,0"
 | 
			
		||||
			end
 | 
			
		||||
		end
 | 
			
		||||
		for i=1,60 do
 | 
			
		||||
			res[key][i] = string.split(res[key][i], ",")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue