commit | c7ef8a9f2e2c6667e77710e7ace5dc87bf68422f | [log] [tgz] |
---|---|---|
author | Charles Chan <rascov@gmail.com> | Sun Aug 05 21:54:58 2018 -0700 |
committer | Charles Chan <rascov@gmail.com> | Sun Aug 12 18:42:23 2018 -0700 |
tree | 64ecf51cf0935a8acadd0c6c905d7754b846aca6 | |
parent | 6adf0020df9785967eef323fa6f01a3802999fc4 [diff] |
Adding a topology with both ovs and bmv2 Change-Id: I6d560e06dbef75c8e0863a45d7ac90a7d1a66444
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
)