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
2 files changed
tree: 14b1ef9de9951838c44fc024cd1b5318514fbbd1
  1. .gitignore
  2. .gitreview
  3. README.md
  4. __init__.py
  5. bgprouter_deploy.py
  6. bgprouter_dev.py
  7. dec14demo.py
  8. mcast.py
  9. onoslib.py
  10. onsdemo.py
  11. routinglib.py
  12. simple.py
  13. trellis/
  14. vrouter.py
README.md

Routing libraries and topologies for Mininet

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.

Dependencies

  • Mininet: sudo apt-get install mininet
  • Quagga: sudo apt-get install quagga
  • ipaddress: sudo pip install ipaddress (if that doesn't work use sudo apt-get install python-pip)