Re: [mpls-linux-general] about..... Label stacking in LDP
Status: Beta
Brought to you by:
jleu
From: James R. L. <jl...@mi...> - 2001-11-06 14:34:25
|
You will not see any direct calls to any of the platform specific functions. Only calls to the "published" API found in the the _impl.h files will be seen in the ldp-portable library. Timers, memmory allocation, sockets, mpls forwarding, binary tree, tracing etc are all implmented in the "porting layer". The API in the _impl.h files is implement in the porting layer. The porting layers live in linux and zebra directories. On Tue, Nov 06, 2001 at 04:23:40AM -0800, Mouli T wrote: > Hello, > > I am going throgh the code of LDP. > In that i can not able to find where the Label > stacking is implemented. > > Basically to implement label stack we need to push > a label on a labeled packet by calling > "send_instr()" function()(in ldp_netlink.c). > But in LDP code nobody is calling this function. > > Please, let me know about how Label stacking is > implemented in LDP. > > > bye > Venu > > > > __________________________________________________ > Do You Yahoo!? > Find a job, post your resume. > http://careers.yahoo.com > > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general -- James R. Leu |