Eder Leão Moosmann

Results 29 comments of Eder Leão Moosmann

The script needs to be updated to clone the code from: https://github.com/netgroup-polito/netbee Even better would be to have a install.sh on ofsofswitch13 so the Mininet script does not need to...

I do not know if I understand what do you mean. `` ofpbuf_push_uninit(buffer, VLAN_HEADER_LEN) `` Allocates room for the VLAN header. `` memmove(buffer->data, (uint8_t*)buffer->data+VLAN_HEADER_LEN, ETH_ALEN * 2) `` The dst...

@nikchez01 I know you want to help and I do really appreciate and understand you could possibly be doing it in your free time (as do I), but I have...

Hi, The message from OpenDaylight is reaching the switch? The group_mod should appear on the switch logs (Executing the switch with the verbose option). Which message are you seeing, after...

Hi, I've saw your discussion on the mininet issue https://github.com/mininet/mininet/issues/586 That is a very intriguing problem. I've tried to debug the switch and I can see DNS packets arriving in...

You might get a better chance of having an answer if you post the issue in the specific repository of the NS3 module that uses the switch for simulation.

That would be true if the operation is done with the value from the ip packet. That is just a check for an out of bound value of the IP...

@nikchez01, the OXM value is not shifted, understand that the DSCP value is just a value, it is set alone as an OXM value, not extracted from the IP packet....

Check this out. https://github.com/CPqD/ofsoftswitch13/wiki#development-resources https://github.com/CPqD/ofsoftswitch13/wiki/Overview-of-the-Switch's-Architecture#flow-tables

You need to add the field in the switch to support the counters you need. If you want to collect them from a controller, you also need to support the...