commit | 263968649e3b0a108941eeb840648130c5b25c33 | [log] [tgz] |
---|---|---|
author | hwchiu <hwchiu@linkernetworks.com> | Wed Dec 27 22:10:34 2017 +0800 |
committer | hwchiu <hwchiu@linkernetworks.com> | Fri Jan 05 01:11:16 2018 +0800 |
tree | d239e53de9d474bda172b74ad1b48f3ab63ec323 | |
parent | 0d696b33e39febc8a1e1703b0f7e731525087722 [diff] |
Add a vagrant file for mininet environment - Modify the README - Fixed the ubuntu image version - Modify the apparmor profile for dhclient Change-Id: Ia3b26e6ec85aab7739ac01157f5959c01e13f002
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
)