mirror of
				https://git.proxmox.com/git/mirror_iproute2
				synced 2025-10-31 15:31:19 +00:00 
			
		
		
		
	 ba914908eb
			
		
	
	
		ba914908eb
		
	
	
	
	
		
			
			The kernel header sanitizisation process now puts SPDK GPLv2 license comment on files. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
		
			
				
	
	
		
			14 lines
		
	
	
		
			224 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			224 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
 | |
| #ifndef __NET_VETH_H_
 | |
| #define __NET_VETH_H_
 | |
| 
 | |
| enum {
 | |
| 	VETH_INFO_UNSPEC,
 | |
| 	VETH_INFO_PEER,
 | |
| 
 | |
| 	__VETH_INFO_MAX
 | |
| #define VETH_INFO_MAX	(__VETH_INFO_MAX - 1)
 | |
| };
 | |
| 
 | |
| #endif
 |