Re: [Linuxptp-devel] [PATCH V2 5/6] telecom: Add a configuration option to use the alternate BMCA.

2018-04-23 Thread Anders Selhammer
Friday, April 20, 2018 6:09 PM - p->dscmp = dscmp; + if (config_get_int(cfg, NULL, "dataset_comparison") == DS_CMP_G8275) { + p->dscmp = telecom_dscmp; + } else { + p->dscmp = dscmp; + } This should not be needed if port get the comparation

[Linuxptp-devel] [PATCH V2 5/6] telecom: Add a configuration option to use the alternate BMCA.

2018-04-20 Thread Richard Cochran
Signed-off-by: Richard Cochran --- bmc.h | 5 + clock.c | 6 +- config.c| 9 + default.cfg | 1 + gPTP.cfg| 1 + port.c | 6 +- 6 files changed, 26 insertions(+), 2 deletions(-) diff --git a/bmc.h b/bmc.h index