Skip to content
Snippets Groups Projects
Commit 63873358 authored by Alessandro Rubini's avatar Alessandro Rubini
Browse files

general: add port_name to ppi, use it for diagnostics (not iface_name)


Otherwise, if we have two PTP ports for the same interface, like
Ethernet and UDP, we are not able to tell which message is for which.

This now works as expected:

./ppsi -C "port eth0;  iface eth0; role master; proto raw; diagnostics 111" \
       -C "port eth0u; iface eth0; role master; proto udp; diagnostics 111"

Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
parent 722e00ad
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment