Re: [mpls-linux-general] Do we must have mpls-linux enabled kernel when we test LDP
Status: Beta
Brought to you by:
jleu
|
From: James R. L. <jl...@mi...> - 2005-03-01 15:47:19
|
If you want to test quagga-mpls without a MPLS-linux kernel you can change zebra/Makefile.am: -mpls_method =3D mpls_netlink.o +mpls_method =3D mpls_null.o Then recompile. The result is that everything from a signaling perspective is the same. (LDP sends zebra API messages to zebra, zebra populates is MPLS database). The only thing that changes is none of the MPLS segments are created in the forwarding plane. On Tue, Mar 01, 2005 at 10:27:56PM +0800, ?????x wrote: > Hi James, >=20 > I have a basic question about LDP testing. >=20 > Do we must have mpls-linux enabled kernel when we test LDP? Because I fee= l LDP is an application layer protocol, if I want to test LDP's functions, = no matter what the kernel is, that's should be OK. >=20 > I am not sure this concept is correct or not? Please correct me, thanks. >=20 > Timothy > 2005.03.01 --=20 James R. Leu jl...@mi... |