commit | c467142a43c21b6130cb7a54914fcf6c03776c4e | [log] [tgz] |
---|---|---|
author | Yi Tseng <yi@opennetworking.org> | Wed Nov 01 18:22:53 2017 -0700 |
committer | Yi Tseng <yi@opennetworking.org> | Mon Nov 27 13:50:39 2017 -0800 |
tree | 486804f32c87784157381b4254c2222f8e38f8f3 | |
parent | 56f50f9be02db0b8456b9595b6a0e8a0a8ed387f [diff] |
Add fabric.p4 basic 2x2 topology Change-Id: I121b042cc519bdddad313ea83fd3d3e3d1d4d217
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
)