commit | c58ab5e7383ac956e70c0a6f17ed7c2f2e2d4f91 | [log] [tgz] |
---|---|---|
author | Charles Chan <charles@opennetworking.org> | Sat Aug 05 01:56:26 2017 +0000 |
committer | Gerrit Code Review <gerrit@onosproject.org> | Sat Aug 05 01:56:26 2017 +0000 |
tree | 81118a4e647fed475e7fbfaca2156c896b2247f9 | |
parent | 15375eaffe8ddad53ecd5688f72b995412197ba4 [diff] | |
parent | 9e332d8f6f7412676d1c935ba14522f385787090 [diff] |
Merge "Add DHCP relay"
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
)