commit | e7e8cdb6453fc87ed3917b1866429a3d1aeca97a | [log] [tgz] |
---|---|---|
author | Charles Chan <rascov@gmail.com> | Tue Oct 22 23:38:39 2019 -0700 |
committer | Charles Chan <rascov@gmail.com> | Tue Oct 22 23:38:39 2019 -0700 |
tree | bb42eafadd16a46a3b1e781f5898ea78181c3427 | |
parent | a60fbd14abeda7fe4ee1f9ac7a5609473f49848a [diff] |
Disable NIC offload for hosts in routinglib Change-Id: Id2f8549f9b52c9a4895b3f219de640bb2244f7ea
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
)