commit | 4a2bd0ff4950efc7b1dd2709044a3d186826b365 | [log] [tgz] |
---|---|---|
author | Charles Chan <rascov@gmail.com> | Tue Jun 13 18:05:02 2017 -0700 |
committer | Charles Chan <charles@onlab.us> | Fri Jun 16 00:39:35 2017 +0000 |
tree | 31bb6aa2d0c9846ec6ee29f29120b3b0f44275cc | |
parent | 52a9cf841b9b7250c2e8f6c03e6d8da0eda9a76d [diff] |
Update host network config format Corresponding to the following ONOS change: https://gerrit.onosproject.org/#/c/13914/ Change-Id: I92ce0ee1a0f1244a8b4d99d009937f9b75315de0
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
)