PTP layer 2

To enable PTP layer 2 support in TimeKeeper use the PTP_LAYER2 configuration parameter. When enabled the server or source communicates via 802.3 (raw Ethernet frames/Layer 2 packets).

The PTP_LAYER2 option is available to use as a server or a source parameter. Here is an example of how to configure a server:

SERVEPTP0 () { PTPSERVERVERSION='2'; PTPSERVERDOMAIN='0'; PTP_LAYER2=1; }

Here is an example of how to configure a source (that can communicate with the server above):

SOURCE0 () { PTPDOMAIN='0'; PTPCLIENTVERSION='2'; PTP_LAYER2=1; }

Please note the following limitations: