commit | 947d243d516d070b83c78fa536348d6b1dbab341 | [log] [tgz] |
---|---|---|
author | Charles Chan <rascov@gmail.com> | Fri Aug 17 18:13:31 2018 -0700 |
committer | Charles Chan <rascov@gmail.com> | Fri Aug 17 18:13:33 2018 -0700 |
tree | f9b07340f482e53d43b5f1780842f0580a9a3cb5 | |
parent | 2135b6c342ff855521777fa626b413cebacd7749 [diff] |
Resolve IP address conflict Reduce the size of internal management subnet such that it is less likely going to collide with others Change-Id: Ia5538803e4e76aaf28d857ef429fb4d21f300e9d
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
)