mirror of
				https://git.proxmox.com/git/mirror_iproute2
				synced 2025-10-31 19:18:00 +00:00 
			
		
		
		
	 4a340fe9b4
			
		
	
	
		4a340fe9b4
		
	
	
	
	
		
			
			Remove deleted examples and add the new map in map example. Signed-off-by: Alexander Alemayhu <alexander@alemayhu.com> Acked-by: Daniel Borkmann <daniel@iogearbox.net>
		
			
				
	
	
		
			9 lines
		
	
	
		
			346 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			346 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| eBPF toy code examples (running in kernel) to familiarize yourself
 | |
| with syntax and features:
 | |
| 
 | |
|  - bpf_shared.c		-> Ingress/egress map sharing example
 | |
|  - bpf_tailcall.c	-> Using tail call chains
 | |
|  - bpf_cyclic.c		-> Simple cycle as tail calls
 | |
|  - bpf_graft.c		-> Demo on altering runtime behaviour
 | |
|  - bpf_map_in_map.c     -> Using map in map example
 |