Global Routing for Ipv6: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== Objective == | == Objective == | ||
This project provides the Dynamic Routing for Ipv6 in ns-3. Currently Ipv6 implements only Static Routing and List Routing. | This project provides the Dynamic Routing for Ipv6 in ns-3. Currently Ipv6 implements only Static Routing and List Routing. The Global Routing implementations of Ipv4 will be extended to support the Ipv6 support as well. | ||
The Open Shortest Path First(OSPF) Dynamic Routing algorithm has been implemented yet in ns-3. | |||
== Introduction == | == Introduction == |
Revision as of 18:47, 23 May 2011
Objective
This project provides the Dynamic Routing for Ipv6 in ns-3. Currently Ipv6 implements only Static Routing and List Routing. The Global Routing implementations of Ipv4 will be extended to support the Ipv6 support as well. The Open Shortest Path First(OSPF) Dynamic Routing algorithm has been implemented yet in ns-3.