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

Hello openflow version #9

Closed ljerezchaves closed 9 years ago

ljerezchaves commented 9 years ago

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


Verificar a compatibilidade das versões do openflow nas mensagens de hello.


ljerezchaves commented 9 years ago

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


O ofsoftswitch13 já verifica a versão do OpenFlow quando faz o unpacking da mensagem. Então não é necessário repetir o processo (até porque não temos como recuperar a versão do OpenFlow depois do unpack).

ljerezchaves commented 9 years ago

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


Vou simplificar o processo e apenas garantir que as duas versões (local e da mensagem recebida) são iguais.