commit | a60fbd14abeda7fe4ee1f9ac7a5609473f49848a | [log] [tgz] |
---|---|---|
author | Charles Chan <rascov@gmail.com> | Tue Oct 22 21:56:35 2019 -0700 |
committer | Charles Chan <rascov@gmail.com> | Tue Oct 22 22:04:03 2019 -0700 |
tree | aa22d4a8b62879367509b66ca20367d6e4315b22 | |
parent | 86c3ce2a63e1277198e4fc4e4aea2597671be26f [diff] |
Use OVS in userspace It no longer requires kernel module when running in container environment However, privileged mode is still required for Mininet to create namespaces Change-Id: I04deefa9c8479cd85e6ca4f1e7349baf0bba8a76
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
)