[mpls-linux-general] Unable to add mpls support
Status: Beta
Brought to you by:
jleu
From: Anthony F. <ant...@ef...> - 2010-09-07 08:39:07
|
Hi, I can't get the mpls support in a vanilla linux kernel 2.6.35. I got all the files from http://repo.or.cz/?a=project_list&s=mpls|jleu I applied the patch for 2.6.35 found on the devel list. (fix broken last filename) But there is no updated version of mpls-linux. $ make menuconfig $ grep -i mpls .config CONFIG_MPLS=m CONFIG_MPLS_TUNNEL=m CONFIG_IP_MPLS=m CONFIG_INET6_MPLS=m CONFIG_NETFILTER_XT_TARGET_MPLS=m But I can't figure out how to fill the blanks. ebtables won't work because of missing mpls-enabled-kernel-side ebtables which is supposed to be in mpls-linux/src but make will fail because of missing autoconf.h then because of not-matching prototypes (net_device vs mpls_interface among others things). Is there any *up-to-date* resource explaining how to get the mpls support from scratch ? Is it working at all ? I'd like to validate the support by testing this: http://sourceforge.net/apps/mediawiki/mpls-linux/index.php?title=Examples Is it still relevant ? Anthony. |