kytos-ng / sdntrace

Napp that traces OpenFlow paths in the dataplane
https://kytos-ng.github.io/api/sdntrace.html
GNU Lesser General Public License v3.0
0 stars 5 forks source link

Make sure sdntrace traces correctly `untagged` or `any` UNIs EVCs #43

Closed viniarck closed 1 year ago

viniarck commented 1 year ago

Theoretically, sdntrace should already be compatible since it's generating packet-in/out when tracing an EVC that has either an untagged or any flows, but to be sure, let's explore this out, and add also a least e2e to cover this.

cc'ing @Alopalao or @gretelliz to add to their radar. The priority of this issue is lower than what you both are already working on but we'll need this to eventually also land on 2023.1, so feel free to assign either of you to this issue when it makes sense.

viniarck commented 1 year ago

@gretelliz can you take care of this one? It's priority_low and should already be working but ideally we want to make sure we have an e2e test case for sdntrace covering these two cases too.