On Mon, Dec 16, 2019 at 03:42:52PM +0530, Prasanth KV wrote:
> BC (IPv4 UC) ----- TC --- BC(IP4 UC)
> 
> I'm trying this scenario and I'm not successful with TC. TC is not able to
> forward the PTP packets. Do any one has a working settings for TC in this
> scenario?

Here is the relevant code:

        if (msg_unicast(msg)) {
                pl_warning(600, "cannot handle unicast messages!");
                msg_put(msg);
                return EV_NONE;
        }

So there are no "settings" at all.  Unicast TC is not implemented.

Sorry,
Richard


_______________________________________________
Linuxptp-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

Reply via email to