At the moment neither UDP nor TCP packets are supported, so, when a UDP or TCP payload is passed, the input should be similar to sdntrace_cp openapi spec https://github.com/kytos-ng/sdntrace_cp/blob/master/openapi.yml#L59-L95, but then only accept TCP = 6, UDP = 17, and only for IPv4 related fields for now. The data on UDP or TCP can be dummy bytes. src and dst ports should be parametrized too.
This implementation should work on both OvS and NoviFlow platforms when the PacketOut is sent.
feat: support sending serialized valid UDP and TCP packets over IPV4
https://github.com/kytos-ng/sdntrace/blob/master/tracing/trace_pkt.py#L43-L52
https://github.com/kytos-ng/sdntrace/blob/master/tracing/trace_pkt.py#L160-L195
At the moment neither UDP nor TCP packets are supported, so, when a UDP or TCP payload is passed, the input should be similar to
sdntrace_cp
openapi spec https://github.com/kytos-ng/sdntrace_cp/blob/master/openapi.yml#L59-L95, but then only accept TCP = 6, UDP = 17, and only for IPv4 related fields for now. The data on UDP or TCP can be dummy bytes. src and dst ports should be parametrized too.This implementation should work on both OvS and NoviFlow platforms when the PacketOut is sent.