commit | c3122db47c356fa952420ecaa5a206474dae4de9 | [log] [tgz] |
---|---|---|
author | Charles Chan <rascov@gmail.com> | Fri Sep 01 10:58:24 2017 -0700 |
committer | Charles Chan <rascov@gmail.com> | Wed Sep 06 14:59:01 2017 -0700 |
tree | c84cd57a2822642df846da20fb2925b1d6a0afb3 | |
parent | 2c58b506b73a1c7c855c1273c61c803ea183bc4d [diff] |
Add dual upstream routers Change-Id: I6f98e8788551082efa60c1ad7a4307f22b459b12
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
)