mirror of
				https://github.com/rancher/plugins.git
				synced 2025-11-04 09:07:24 +00:00 
			
		
		
		
	plugin/ipam: fix typo in error message
This commit is contained in:
		@@ -122,7 +122,7 @@ func ConfigureIface(ifName string, res *Result) error {
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if err := netlink.LinkSetUp(link); err != nil {
 | 
			
		||||
		return fmt.Errorf("failed too set %q UP: %v", ifName, err)
 | 
			
		||||
		return fmt.Errorf("failed to set %q UP: %v", ifName, err)
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	// TODO(eyakubovich): IPv6
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user