This implementation uses lwtunnel infrastructure to register hooks for mpls tunnel encaps. It picks cues from iptunnel_encaps infrastructure and previous mpls iptunnel RFC patches from Eric W. Biederman and Robert Shearman Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
		
			
				
	
	
		
			9 lines
		
	
	
		
			185 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			185 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Makefile for MPLS.
 | 
						|
#
 | 
						|
obj-$(CONFIG_NET_MPLS_GSO) += mpls_gso.o
 | 
						|
obj-$(CONFIG_MPLS_ROUTING) += mpls_router.o
 | 
						|
obj-$(CONFIG_MPLS_IPTUNNEL) += mpls_iptunnel.o
 | 
						|
 | 
						|
mpls_router-y := af_mpls.o
 |