commit | 1df260d266d87ebc49958e73a4625e989319248b | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Wed Mar 28 11:52:34 2018 -0700 |
committer | Ray Milkey <ray@opennetworking.org> | Wed Mar 28 16:59:04 2018 -0700 |
tree | 56998ea7ccb487f873916aba7feabc75633dafd9 | |
parent | 6d2ae8ad91316160af6795c5839d2960b3b5064a [diff] |
Add ability to specify controllers on command line Change-Id: Ic88189dbf33d834a79597f108dd283ab478c9923
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
)