mininet / mininet

Emulator for rapid prototyping of Software Defined Networks

Home Page:https://mininet.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Link up down command not generating openflow status notification

mdanish-kh opened this issue · comments

Expected/Desired Behavior:

Link down command should display an openflow port status notification as mentioned in mininet walkthrough and links commands should correctly display the up and down links.

Actual Behavior:

Disabling a link does not generate any notification and links command incorrectly displays the up links. However, the command itself works correctly as you cannot ping any device affected by that link afterwards.

Detailed Steps to Reproduce the Behavior:

  • sudo mn
  • link h1 s1 down
  • links
  • h1 ping h2
    image

Additional Information:

Using Oracle VM virtualbox, running Ubuntu 22.04