Gary,

The configuration file scheme can't do what you want it to do, even
without the ntpshm_segment option.

This

>     [global]
>     uds_address     /var/run/ptp4l
> 
>     clock_servo ntpshm
> 
>     [eno1]
>     ntpshm_segment 0
> 
>     [eno2]
>     ntpshm_segment 1

is the same as entering

    ptp4l -i eno1 -i eno2

on the comman line, but you want one interface per program instance.

You can use one file per ptp4l instance.  Another possibility is

    ptp4l -f -

together with a HERE file in your shell script.

Thanks,
Richard



------------------------------------------------------------------------------
_______________________________________________
Linuxptp-devel mailing list
Linuxptp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

Reply via email to