configs: default.cfg: Fix typo in inhibit_delay_req
ptp4l -f default.cfg complains: unknown option inhibit_pdelay_req at line 41 in global section failed to parse configuration file /etc/linuxptp/default.cfg Fixes: 450b1ed844f6 ("port: Add inhibit_delay_req.") Signed-off-by: Vladimir Oltean <olteanv@gmail.com>
This commit is contained in:
parent
c15e8c7600
commit
68337acd10
@ -38,7 +38,7 @@ G.8275.portDS.localPriority 128
|
|||||||
asCapable auto
|
asCapable auto
|
||||||
BMCA ptp
|
BMCA ptp
|
||||||
inhibit_announce 0
|
inhibit_announce 0
|
||||||
inhibit_pdelay_req 0
|
inhibit_delay_req 0
|
||||||
ignore_source_id 0
|
ignore_source_id 0
|
||||||
#
|
#
|
||||||
# Run time options
|
# Run time options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user