kytos-ng / telemetry_int

Kytos Telemetry Napp
MIT License
0 stars 2 forks source link

fix: hop flows are not setting telemetry_int cookie correctly, added unit test for inter evpl #53

Closed viniarck closed 9 months ago

viniarck commented 9 months ago

Closes #52 Closes #25

This PR is on top of #51

Summary

Local Tests

               +----+                                              +----+
              5|    |6                                            5|    |6
           +---+----v---+            +------------+           +----+----v---+
        1  |            |            |            |           |             |1
    -------+            |3         2 |            |3        2 |             +-------
     vlan  |     s1     +------------+    s2      +-----------+    s3       | vlan
     101   |            |            |            |           |             | 102
           |            |            |            |           |             |
           +------------+            +------------+           +-------------+

End-to-End Tests

N/A yet