Il giorno lun, 14/05/2007 alle 00.55 -0700, abboud ha scritto:
> 
> Hello lorenzo,
> 
> after much search i found the MNS for ns-2.26, but i need like u the MNS for
> ns-2.31, so we have the same problem, 
> if u found the solution please contact me on my email [ [EMAIL PROTECTED] ]
> maybe we can make a discusion on it.
> thanks
> 
> lorenzo-28 wrote:
> > 
> > 
> > Somebody know if mns is already implemented in ns-2.31 or how can i 
> > install the module in this version?
> > 
> > thanks...Bye 
> > 
> > Lorenzo Bartoli
> > 
> > 
> > 
> > 
> 

Apply this archive to ns-2.31, execute ./configure,
so it create the Makefile in which you have to cancel
@NS_TCL_LIB 

the four line (457-460):

        tcl/mpls/ns-mpls-classifier.tcl \
        tcl/mpls/ns-mpls-ldpagent.tcl \
        tcl/mpls/ns-mpls-node.tcl \
        tcl/mpls/ns-mpls-simulator.tcl \

and substitute it with the new six line (457-462):
        
        tcl/mns_v2.0/ns-mpls-cbq.tcl \
        tcl/mns_v2.0/ns-mpls-cr.tcl \
        tcl/mns_v2.0/ns-mpls-classifier.tcl \
        tcl/mns_v2.0/ns-mpls-ldpagent.tcl \
        tcl/mns_v2.0/ns-mpls-node.tcl \
        tcl/mns_v2.0/ns-mpls-simulator.tcl \
        tcl/mns_v2.0/ns-mpls-te-reroute.tcl \

and compile/install as usual!

Seem to work but we have to test it further...

Bye,

Lorenzo Bartoli

Reply via email to