Re: [mpls-linux-general] CR-LDP
Status: Beta
Brought to you by:
jleu
From: Mouli T <mou...@ya...> - 2001-11-30 12:05:15
|
hi Mrugendra, Few days back we worked with LDP code version 0.060 and are able to establish Downstream on demand Ordered LSP (by changing the options accordingly and rebuilding ldp_linux executable). In the process we feel few fixes are needed to the present code. they are While adding new route using add_route() in ldp_linux.c instead of dest->next_hop.u.ipv4 = ntohl(inet_addr(net_str)); use dest->next_hop.u.ipv4 = ntohl(inet_addr(nh_str)); while preparing attributes for a new route added using Recognize_new_fec() r_attr is NULL and thus causing segmentation fault in Prepare_Label_Request_Attributes (ldp_label_request.c). We went for a quick fix by setting s_attr fields to 1 whenever r_attr is NULL. After doing the two fixes try establish LDP sessions and add route in LDP at INGRESS. You should be able to establish DoD ordered LSP successfully. pl. give yr feedback.... Thanks, Mouli. --- Singhai <mru...@ya...> wrote: > Hi All, > > I was wondering if any one has tested Downstream on > > Demand Ordered Control on the current LDP code of > > James. > > Is there any way in current code to support the > requirement of CR-LDP i.e. to have DoD Ordered > Control > to be infered from existance of any TLV defined in > > CR-LDP. Since the present code fixes the control > and > distribution at startup. > > If anybody can help about how we can map Label > request > Procedure defined in LDP Spec & CR-LDP section 3 to > present LDP code. > > Also James if you could pls briefly write about > mpls-linux 1.1 > > Regards > Mrugendra > > > --- "James R. Leu" <jl...@mi...> wrote: > > I will be posting mpls-linux-1.1.tar.gz soon, > which > > has a lot of > > integration for E-LSPs L-LSP and hooks to DSCP. > > > > I hope to post more about this tomorrow morning. > > > > Jim > > > > On Tue, Nov 20, 2001 at 06:12:04PM -0800, > Mrugendra > > Singhai wrote: > > > Hi All, > > > > > > This is regarding implementing "MPLS support of > > > Diffserv" in current LDP code of James. > > > > > > I did go through the extension implemented by > > people > > > at Intec. Last I saw, it had E-LSP support using > > RSVP. > > > And the way they implemented it was by having > > changing > > > the mpls label and by changing the key to store > > label > > > to include the exp as well. > > > > > > But this approach does not supports L-LSP. Also > I > > > could not figure out how and where they were > > handling > > > the Diffserv context associated with the LSP. > > > > > > What I was interested in knowing was > > > > > > 1) Will it not be a better idea to store the > > entire > > > diffserv context associated with a LSP in one > > in_info > > > entry in radix tree. > > > > > > Any other suggestions on how exactly to > implement > > EXP > > > support is deeply appreciated. > > > > > > Regards > > > Mrugendra > > > > > > > > > > __________________________________________________ > > > Do You Yahoo!? > > > Yahoo! GeoCities - quick and easy web site > > hosting, just $8.95/month. > > > http://geocities.yahoo.com/ps/info1 > > > > > > _______________________________________________ > > > mpls-linux-general mailing list > > > mpl...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > > > -- > > James R. Leu > > > __________________________________________________ > Do You Yahoo!? > Yahoo! GeoCities - quick and easy web site hosting, > just $8.95/month. > http://geocities.yahoo.com/ps/info1 > > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general __________________________________________________ Do You Yahoo!? Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1 |