Re: [Linuxptp-users] Need to disable Follow Up message
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Miroslav L. <mli...@re...> - 2022-09-19 06:23:29
|
On Mon, Sep 19, 2022 at 11:44:50AM +0530, Hari Kumar wrote: > Hi All, > > I need to disable followUp messages in initial ptp stack messages in > Boundary clock mode. > I have disabled OneStep flag but the interface is not coming up with the > master. So, enabled the OneStep flag and all are working fine but I > dont want followUp messages since it is a Unicast profile. > Please help me to disable followUp messages in linux stack. You can disable announce messages with the inhibit_announce option. But I guess you actually need to keep the unicast message and only disable multicast messages, in which case there is the inhibit_multicast_service option. -- Miroslav Lichvar |