Re: [mpls-linux-devel] LDP Configuation
Status: Beta
Brought to you by:
jleu
From: <gsr...@al...> - 2006-12-04 16:42:18
|
Hi once again: >From your Perforce's repository I downloaded glibc-kernheaders-mpls and = built the .rpm to install it: [root@l12p07 ~]# rpm -q glibc-kernheaders glibc-kernheaders-3.0-5.2_mpls0.1162999872 I have checked the file mpls.h in /usr/include/linux and = /usr/src/kernels/2.6.15-1.1831_FC4mpls_1.950-i686/include/linux before = compiling quagga-mpls with ldp-portable, and it's the same as the file = in glibc-kernheaders-mpls. I have also looked into the configure.ac file in quagga-mpls to make = sure that the link to mpls.h was correct and it seems to be ok. if grep MPLS_LINUX_VERSION /usr/include/linux/mpls.h >/dev/null = 2>&1; then AC_DEFINE(HAVE_MPLS,1,Enable MPLS) AC_DEFINE(LINUX_MPLS,1,Linux MPLS) MPLS_METHOD=3D"mpls_netlink.o" AC_MSG_RESULT(MPLS Linux) Besides, I'm able to test static MPLS (without quagga) creating LSPs and = TUNNELS succesfully even in the computer I use to build quagga. I don't know where to look at, any help would be very useful, thanks for your time, Gonzalo |