commit | 0e1038dafe530f24a03d9999a4ae4450249c725a | [log] [tgz] |
---|---|---|
author | Charles Chan <rascov@gmail.com> | Sat Aug 04 23:10:27 2018 -0700 |
committer | Charles Chan <charles@opennetworking.org> | Fri Nov 01 23:19:49 2019 +0000 |
tree | dd2c2e4b1396317d248ae6514a426e24723a9de1 | |
parent | 38240878ad6d80bc716c2563869cc8ee8758100f [diff] |
Upgrade to Ubuntu 18.04 In Ubuntu 18.04, kernal is 4.15 and ovs is 2.9.0. We don't need to upgrade them separately to support 0x88a8 double tagged traffic. Vagrant reload plugin is also not necessary anymore Change-Id: I1e084fadacba48d1802cfef152a36f5ac5359790
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
)