Re: [Linuxptp-devel] [PATCH] config: Add workaround for glibc getopt_long().

2021-08-04 Thread Richard Cochran
On Tue, Jul 13, 2021 at 10:31:16AM +0200, Miroslav Lichvar wrote: > getopt_long() in glibc allows shortened long option names, e.g. > ptp4l --domain works as --domainNumber. When the match is ambiguous, > e.g. --fault matches --fault_badpeernet_interval and > --fault_reset_interval, it is supposed

Re: [Linuxptp-devel] [PATCH] config: Add workaround for glibc getopt_long().

2021-07-19 Thread Miroslav Lichvar
On Sun, Jul 18, 2021 at 07:46:50PM -0700, Richard Cochran wrote: > On Tue, Jul 13, 2021 at 10:31:16AM +0200, Miroslav Lichvar wrote: > > getopt_long() in glibc allows shortened long option names, e.g. > > ptp4l --domain works as --domainNumber. When the match is ambiguous, > > e.g. --fault matches