09-17-2000 -mpls-linux is split from linux-mpls-ldp at version 0.202 -new kernel patch against 2.4.0-test7 has been created :this patch fixes IP fragmentation on ingress LERs :it calculates the MTU for each LSP at the time a route :cache entry is created : :it modified some code in the normal IP forwarding path :that may affect other IPv4 services (net_filter is one that :comes to mind : :this patch also add some of the ground work towards getting :MPLS tunnel interfaces to actually work 09-18-2000 -fixed compile time bugs for MPLS Tunnels -Ingress filtering now pushes on to any _existing_ LSP :this require looking up the out going label key in :/proc/net/mpls_out and using that as the tcindex -Fix for a memory allocation bug, I was using GFP_KERNEL :in place where I should have been using GFP_ATOMIC 11-16-2000 -Updated to 2.4.0-test10 -Converted to using Netlink for MPLS configutaion :Labelspace and debug still use IOCTLs -MPLS over ATM related fixes. It may work on some ATM :cards. It works with the ATM over TCP driver. 11-20-2000 -Updated to 2.4.0-test11 -Fixes for kernel compilation -Fixes for warnings during mplsadm compilation 11-28-2000 -Fixed MPLS Tunnel implementation -Updated documentation -Fixes for MPLS over ATM (Olivier Dugeon)