commit | ebfcc91241fcc154d5f4214d952f35cc048e1820 | [log] [tgz] |
---|---|---|
author | Charles Chan <rascov@gmail.com> | Mon Apr 24 12:39:52 2017 -0700 |
committer | Charles Chan <rascov@gmail.com> | Mon Apr 24 12:39:52 2017 -0700 |
tree | 52a90a768a01ed9964722f9ae5b0ea3453fbabcb | |
parent | 6e29b32fbc76f1a45bec2334c0dee3d461723b2d [diff] |
DHCP server beyond upstream router Change-Id: I41ae02705c62e3144cf8cd914865c83b2c43ba61
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
)