kytos-ng / sdntrace_cp

MIT License
1 stars 6 forks source link

Implementation of `goto_table` must generate a new `trace_step` result for each table. #110

Open gretelliz opened 1 year ago

gretelliz commented 1 year ago

In the implementation of the instruction type goto_table in PR #108, a new trace_step result is not generated for each table. This is to enhance the traces with information about the sequence of tables processed on the switches.