commit | a793388e8ef294168bb1e67d7407873167992ccd | [log] [tgz] |
---|---|---|
author | Carmelo Cascone <carmelo@ccascone.net> | Tue Aug 21 00:05:48 2018 -0700 |
committer | Carmelo Cascone <carmelo@ccascone.net> | Tue Aug 21 00:05:55 2018 -0700 |
tree | 14b1ef9de9951838c44fc024cd1b5318514fbbd1 | |
parent | 947d243d516d070b83c78fa536348d6b1dbab341 [diff] |
Fixed mn ping command not working with tagged hosts When using command `mn> hi ping h2`, if h2 was a tagged host, Mininet was unable of getting the IP address of h2 Change-Id: I4a557b8c81ee1f080edf6b4ebfbf25385eef08f6
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
)