ljerezchaves / ofswitch13

OFSwitch13: OpenFlow 1.3 module for ns-3.
http://www.lrc.ic.unicamp.br/ofswitch13/
GNU General Public License v2.0
24 stars 16 forks source link

Spanning Tree Protocol #32

Open ljerezchaves opened 9 years ago

ljerezchaves commented 9 years ago

Originally reported by Luciano Chaves (Bitbucket: ljerezchaves, GitHub: ljerezchaves)


Para que uma rede de switches OpenFlow possa fazer flood de pacotes corretamente (como é necessário para o caso do protocolo ARP), é preciso rodar um algoritmo de spanning tree e desabilitar os enlaces desnecessários que formam loops. O objetivo é implementar esse algoritmo no learning controller.


ljerezchaves commented 9 years ago

Original comment by Luciano Chaves (Bitbucket: ljerezchaves, GitHub: ljerezchaves)


This is not an OpenFlow related problema... Ns-3 does not provide stp support.

ljerezchaves commented 6 years ago

Waiting for some contribution to this. The spanning tree protocol can help both the bridge and ofswitch13 modules.