commit | cd5fa39bdda542fc5c704caef2c9ed390f076c03 | [log] [tgz] |
---|---|---|
author | Charles Chan <rascov@gmail.com> | Tue Jun 19 11:27:54 2018 -0700 |
committer | Charles Chan <rascov@gmail.com> | Tue Jun 19 11:27:54 2018 -0700 |
tree | c6b320db63803ca85bf4b8ebf96c9f362a9d52b1 | |
parent | 56693a74edd5d5a7e16ec6db697b61f63510e4c2 [diff] |
Update README Change-Id: Ib063f426067c98643a711a6b802f2ae685f9a7cd
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
)