Re: [mpls-linux-devel] linux-kernel-2.6.14
Status: Beta
Brought to you by:
jleu
From: Bob B. <bob...@gm...> - 2005-12-06 21:32:17
|
Hi James, Thanks for the p4 hints. I have made some progress in your dev tree. I have built and booted into an mpls enabled kernel. But when I try to run through the MPLS-Linux example, here are the results: bash-3.00# cat /sys/mpls/version 1.950 bash-3.00# cat /sys/mpls/debug 1 bash-3.00# /usr/sbin/mpls nhlfe add key 0 NHLFE entry key 0x00000002 mtu 0 propagate_ttl (0 bytes, 0 pkts) bash-3.00# /usr/sbin/mpls nhlfe change key 0x2 instructions push gen 10000 nexthop eth0 ipv4 172.16.87.21 bash-3.00# /usr/sbin/ip route add 172.16.87.21/32 via 172.16.87.21 spec_nh 0x8847 0x2 Error: either "to" is duplicate, or "spec_nh" is a garbage. bash-3.00# I did recompile the iproute2 files after rebooting into my new kernel. I did edit the Makefile, ran make and make install (as root). What did I miss? How do I troubleshoot? Thanks, -- -Bob |