2023-07-26 11:13:54,522 - ERROR [kytos.napps.kytos/of_core] [main.py:333:on_raw_in] (MainThread) UBInt16(2600) is not a valid GenericFailedCode
pyof an of_core should,t result in this error when trying to unpack it. Good thing that once flow_manager start also validating, then this issue shouldn't happen, but still, it's an underlying issue on pyof too.
If the payload mentioned in this issue were to be sent: https://github.com/kytos-ng/flow_manager/issues/159
It's failing to
unpack
it:pyof
anof_core
should,t result in this error when trying to unpack it. Good thing that onceflow_manager
start also validating, then this issue shouldn't happen, but still, it's an underlying issue onpyof
too.