-2

Heading

I got the error ( attributeerror. 'MyTopo' object has no attribute 'addlink' ) when I tried running the "Fat-tree topology.py" script in mininet .Please help.

1 Answers1

0

First, you have to be sure you imported the mininet library.

The fuction you need is called addLink, not addlink, which caused your error.

Eloy
  • 386
  • 2
  • 13