commit | 73555a53cc4fe07d379f77617a73355dafd3016b | [log] [tgz] |
---|---|---|
author | Yi Tseng <yi@opennetworking.org> | Mon Feb 12 15:58:02 2018 -0800 |
committer | Yi Tseng <yi@opennetworking.org> | Mon Feb 12 15:58:02 2018 -0800 |
tree | 5a65646da711bee6f66f474c950a7a0a6e3c8ab1 | |
parent | bb157d167d140da1599b810ae6e4878b00931241 [diff] |
refactor trellis.p4 topology Change-Id: Ib275175d402b9ec3b5146474994008c56594330b
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
)