commit | 76128b6de1ee7a5ee370cf7869edc51fcb33606d | [log] [tgz] |
---|---|---|
author | Charles Chan <rascov@gmail.com> | Mon Mar 27 20:28:14 2017 -0700 |
committer | Charles Chan <rascov@gmail.com> | Mon Mar 27 21:01:27 2017 -0700 |
tree | cd29f42bcd264f471ed35bee4cd6e34b3c7c6999 | |
parent | c8f698a63407ebfd8159581acabaa04d99951c7f [diff] |
IPv6 support for RoutedHost and Router Also remove traling spaces Change-Id: Ie27b4c1136f9738ea12ab6eab3972043170c4d06
This repository contains a set of libraries and scripts that build on top of Mininet to construct topologies that include L3 routing elements. Quagga is used to construct routes that support a variety of routing protocols.
sudo apt-get install mininet
sudo apt-get install quagga
sudo pip install ipaddress
(if that doesn't work use sudo apt-get install python-pip
)