Added UDP IPV4 Encapsulation Header as per requirement - #285
Conversation
robshakir
left a comment
There was a problem hiding this comment.
Thanks for the change.
Please can you also add a test into fluent_test.go's TestEntry table-driven test that validates that this functionality works as expected within an entry?
Addressed all the comments, validated the changes, and committed the code. ixia@ubserver-2-2404:~/Phase2/Giribigo/gribigo-copy$ go test ./fluent/ -run TestEntry -v |
|
Thanks for merging the PR. |
The changes were required based on the README/PR below, so I added the IPv4 UDP encapsulation header code accordingly. Please review and merge the changes.
Readme Location: https://github.com/openconfig/featureprofiles/blob/main/feature/gribi/mpls_in_udp/otg_tests/mpls_in_udp_scale/README.md
Raised PR for the Readme: openconfig/featureprofiles#5714