commit | 86582b9504c12b5d1a8ae6496600a0d74c78d721 | [log] [tgz] |
---|---|---|
author | Federico Garcia <fedegrc@gmail.com> | Mon Feb 10 12:34:42 2020 -0300 |
committer | Federico Garcia <fedegrc@gmail.com> | Mon Feb 10 12:43:31 2020 -0300 |
tree | a7a5240fb820e5bca5f69817bcf97fa90a278a3e | |
parent | 4bcd956f371b2a1ff646e0189980a7dc4376464a [diff] |
Fixed typo error Change-Id: I585ce7d8c15ec2151d496e079ae1b9d5784734da
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
)