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

Vlog #25

Closed ljerezchaves closed 9 years ago

ljerezchaves commented 9 years ago

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


Ativar o sistema de log do ofsoftswitch13 a partir do simulador.


ljerezchaves commented 9 years ago

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


Concluído. Adicionado o atributo LibLogLevel no switch para controlar seletivamente o log da biblioteca.

ljerezchaves commented 9 years ago

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


Desabilitei no vlog.c a checkagem do rate limit quando compilado para a biblioteca do ns3. Agora é preciso criar um mecanismo no switch para ligar/desligar o log.

ljerezchaves commented 9 years ago

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


Comandos iniciais já inseridos no código do switch. Estou encontrando problemas com o vlog_rate_limit que está descartando as mensagens de log.