commit | 9fd058b57af0c03b362717ff35e48558cfea468e | [log] [tgz] |
---|---|---|
author | Daniele Moro <daniele@opennetworking.org> | Fri Jul 12 17:38:18 2019 -0700 |
committer | Daniele Moro <daniele@opennetworking.org> | Fri Jul 12 17:43:32 2019 -0700 |
tree | 35f2bcb3cc7a7934391ad6fc13fea880b39ea95a | |
parent | 8b6e17d243375102fb7d79977991a00a6a38ea3d [diff] |
Added time import in double tagged example Change-Id: I3521200767e2533f75835fa287017ae28a1dbc5b
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
)