commit | dfa13bdd0276ef0b755693500891baa2a735bfd8 | [log] [tgz] |
---|---|---|
author | Charles Chan <rascov@gmail.com> | Fri Mar 24 21:40:10 2017 -0700 |
committer | Charles Chan <charles@onlab.us> | Tue Mar 28 04:02:18 2017 +0000 |
tree | 9d4392fce88d0b3186355b17abddcd2f93e000b4 | |
parent | 76128b6de1ee7a5ee370cf7869edc51fcb33606d [diff] |
Make AS number and neighbors optional in BgpRouter Change-Id: Ib1af1a97b69e5aba52b234dd4a082eeacaa97f2a
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
)