commit | 764115e4b7ea7846408e3fe0fa57cb05432540be | [log] [tgz] |
---|---|---|
author | Charles Chan <rascov@gmail.com> | Fri Sep 07 17:35:48 2018 -0700 |
committer | Charles Chan <rascov@gmail.com> | Fri Sep 07 17:35:48 2018 -0700 |
tree | 9e45aa304984ca575d2e37bbea9c4a67e976791f | |
parent | 8a6df73d033da748b0adfe462c7a88d916ea0f22 [diff] |
Update README Change-Id: I18e612cac47e44ccae95d74a0bf0bf675ef1ee0a
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
)