kytos-ng / of_lldp

Kytos LLDP Openflow Network Application (NApp)

Home Page:https://kytos-ng.github.io/api/of_lldp.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When Kytos is started with -E the of_lldp flows are not created

ajoaoff opened this issue · comments

Original issue opened by @italovalcy at kytos#60.

When you start Kytos with the -E (enable all) option, the of_lldp does not create the flows.

Steps to reproduce:

  1. Start Kytos with: kytosd -E
  2. Start any topology with mininet (e.g. mn --topo linear,3 --controller=remote
  3. wait a couple of seconds

Expected behavior: Kytos of_lldp should create the flows to send to the controller LLDP packets

Actual behavior: no flow is created

mininet> sh ovs-ofctl dump-flows s1
mininet> sh ovs-ofctl dump-flows s2
mininet> sh ovs-ofctl dump-flows s3
mininet>