commit | 38240878ad6d80bc716c2563869cc8ee8758100f | [log] [tgz] |
---|---|---|
author | Charles Chan <rascov@gmail.com> | Wed Oct 23 02:05:05 2019 -0700 |
committer | Charles Chan <rascov@gmail.com> | Wed Oct 23 02:21:32 2019 -0700 |
tree | 7974c1c95307a13d4d2e578c39064c181d344207 | |
parent | e7e8cdb6453fc87ed3917b1866429a3d1aeca97a [diff] |
Add container support Change-Id: Ieaf282d880797e64e67d5220255886d057fe56ef
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
)