Re: [Linuxptp-devel] unknown option ntpshm_segment at line 8 in eno1 section
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Richard C. <ric...@gm...> - 2015-08-01 18:09:50
|
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 |