mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-10-30 08:45:07 +03:00 
			
		
		
		
	Try to convert TUN/TAP to use new yggdrasil.Conn, search masks are still broken
This commit is contained in:
		
							parent
							
								
									319366513c
								
							
						
					
					
						commit
						d01662c1fb
					
				
					 14 changed files with 502 additions and 366 deletions
				
			
		|  | @ -40,9 +40,9 @@ func (tun *TunAdapter) setup(ifname string, iftapmode bool, addr string, mtu int | |||
| 		} | ||||
| 	} | ||||
| 	// Friendly output | ||||
| 	tun.Log.Infof("Interface name: %s", tun.iface.Name()) | ||||
| 	tun.Log.Infof("Interface IPv6: %s", addr) | ||||
| 	tun.Log.Infof("Interface MTU: %d", tun.mtu) | ||||
| 	tun.log.Infof("Interface name: %s", tun.iface.Name()) | ||||
| 	tun.log.Infof("Interface IPv6: %s", addr) | ||||
| 	tun.log.Infof("Interface MTU: %d", tun.mtu) | ||||
| 	return tun.setupAddress(addr) | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Neil Alexander
						Neil Alexander