Re: [mpls-linux-general] multiple {fec, label} binding in one mapping message
Status: Beta
Brought to you by:
jleu
From: James R. L. <jl...@mi...> - 2001-06-07 22:00:30
|
Hello, On Thu, Jun 07, 2001 at 02:19:48PM -0700, Scott Lee wrote: > James, > > Does the LDP allow to have multiple {fec, label} > bindings in a single mapping message? In the mapping message there is nothing prohibiting multiple FECs to be sent in the same message. I do not think you can send multple FEC,Label pairs. In other words a mapping message can contain 1 (and only one) label TLV but can contain many FEC elements (with in one FEC TLV). I have never testes this functionality, but I believe I attempt to handle this case. Take a look at ldp_state_func.c:ldp_state_proces() you'll see I attempt to cycle through all of the FEC elements in the FEC TLV. Like I said I have never tested this, so I'm pretty sure it's not going to work, but it is atleast on the right track :-) > I could not get the answer from the RFC. I don't > think your implementation does it. > > Thanks. > > Scott > > __________________________________________________ > Do You Yahoo!? > Get personalized email addresses from Yahoo! Mail - only $35 > a year! http://personal.mail.yahoo.com/ > > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > http://lists.sourceforge.net/lists/listinfo/mpls-linux-general -- James R. Leu |