commit | 5254b0687bda8b40e0d019210e15436a3b3b8a91 | [log] [tgz] |
---|---|---|
author | Charles Chan <rascov@gmail.com> | Thu Dec 20 03:07:11 2018 +0000 |
committer | Charles Chan <charles@opennetworking.org> | Thu Dec 20 19:27:36 2018 +0000 |
tree | 89cd0830ab49a93b6f643dd9e14f579f67ab2992 | |
parent | 9a80e9431fb1c35bb1e30e55cd602be1b98fc2c6 [diff] |
Attempt to fix indirect DHCP client - MAC of h1 should not be 00:aa: since there is a static IP defined in dhcpd.conf - Add relayAgentIps in netcfg - Fix quagga config for duplicated sequence number - Separate default and indirect config Change-Id: I1370d11df513a2fb752db1d10731585ca3c967dd
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
)