Hi Davi,
We have an reference implementation of In-situ OAM (IOAM) in VPP -
https://docs.fd.io/vpp/18.07/ioam_plugin_doc.html, that provides Inband network
telemetry being defined at IETF -
https://tools.ietf.org/html/draft-ietf-ippm-ioam-data-05.
IOAM and P4 INT both are defined to provide a
Add printf in VPP code (mainly used to dump the content of packets in TCP
stack), when start it (make run) and test it to trigger these places, only part
of these places print the info
out to the console, others missed, and some info print out but were truncated,
what's the issue, how to resol
Hello,
How to implement P4 Inband Network Telemetry function in current VPP? Is
there anyone want to use this feature?
Thanks!
Davi
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13222): https://lists.fd.io/g/vpp-dev/messag
Hi all,
I ran into an issue with ARP reply. It's not working if a static ARP entry has
been created on VPP for the requested IP address pointing towards another
interface.
The bug is described in the Jira ticket VPP-1696 (
https://jira.fd.io/browse/VPP-1696 ).
Thanks a lot in advance.
-=-=-=-