mwan3:Fix IPv6 support
This commit is contained in:
		
							parent
							
								
									e4db994b61
								
							
						
					
					
						commit
						f9ae50ae89
					
				|  | @ -0,0 +1,23 @@ | ||||||
|  | 
 | ||||||
|  | config globals 'globals' | ||||||
|  | 	option mmx_mask '0x3F00' | ||||||
|  | 	option rtmon_interval '5' | ||||||
|  | 
 | ||||||
|  | config member 'wan_m1_w3' | ||||||
|  | 	option interface 'wan' | ||||||
|  | 	option metric '1' | ||||||
|  | 	option weight '3' | ||||||
|  | 
 | ||||||
|  | config policy 'balanced' | ||||||
|  | 	option last_resort 'unreachable' | ||||||
|  | 	list use_member 'wan_m1_w3' | ||||||
|  | 
 | ||||||
|  | config rule 'https' | ||||||
|  | 	option sticky '1' | ||||||
|  | 	option dest_port '443' | ||||||
|  | 	option proto 'tcp' | ||||||
|  | 	option use_policy 'balanced' | ||||||
|  | 
 | ||||||
|  | config rule 'default_rule' | ||||||
|  | 	option dest_ip '0.0.0.0/0' | ||||||
|  | 	option use_policy 'balanced' | ||||||
		Loading…
	
		Reference in New Issue