Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Network Time Foundation


Collective - Host: opensource - https://opencollective.com/network-time-foundation - Website: https://www.nwtime.org - Code: https://github.com/nwtime

port: allow running a boundary clock with multiple clock devices.

If the user has configured the appropriate option, then simply warn
about the clock device misma...

github.com/nwtime/linuxptp - e706f489819f7bc0b22c47346f7c16bd2c561897 authored about 10 years ago
phc2sys: automatic mode: synchronize all non-slave ports.

When running a "jbod" Boundary Clock, as long as we have one slaved port,
we always want the clo...

github.com/nwtime/linuxptp - e1ea4ea8109af1d241ac0e0b126fc1309c47600f authored about 10 years ago
clock: Introduce a function to switch the PTP Hardware Clock.

When switching clock devices in JBOD mode, we need to be able to reset the
servo. The existing s...

github.com/nwtime/linuxptp - a96797a7fc7de9b1a20dbd5c5df0c98bc424a944 authored about 10 years ago
config: add a option to enable a poor man's boundary clock.

This patch adds a configuration option that allows running a boundary clock
using "just a bunch ...

github.com/nwtime/linuxptp - d70d38ade34148ac2f1553b31fff65e2690a7996 authored about 10 years ago
Introduce a helper function to identify valid (non-zero) time stamps.

Signed-off-by: Richard Cochran <[email protected]>

github.com/nwtime/linuxptp - b295df24b50fe0d6ccf8aa224458182a926a4803 authored about 10 years ago
config: Introduce options for correcting transmit and receive delays.

Signed-off-by: Richard Cochran <[email protected]>

github.com/nwtime/linuxptp - 53a08ec4df670e9be824f0cbff5d4f83f085655c authored about 10 years ago
port: correct transmit and receive time stamps for their calibrated delays.

Signed-off-by: Richard Cochran <[email protected]>

github.com/nwtime/linuxptp - 017235f8812f58785c4e5a4dff6b098fd9d7ee23 authored about 10 years ago
Invoke the clock check even if the time stamp nanoseconds field is zero.

Signed-off-by: Richard Cochran <[email protected]>

github.com/nwtime/linuxptp - ef4962938721b46c87e6fb2acfc1e4c893a26925 authored about 10 years ago
Add a bunch more drivers into the support matrix.

Signed-off-by: Richard Cochran <[email protected]>

github.com/nwtime/linuxptp - 4fb0346520dedcb22335e7b622e240037fc08b7e authored about 10 years ago
linreg: fix servo resetting

The stats for the maximum size were not reset, which caused the
the servo to reuse old data inst...

github.com/nwtime/linuxptp - 37459fd1ad1ac48a121ab0edae331090fb8e2833 authored about 10 years ago
phc2sys: fix overwriting of the clock state

The reconfigure function is missing a check whether state for the given
clock actually changed o...

github.com/nwtime/linuxptp - 7455c241485e01da12d107f5b665e10794330967 authored about 10 years ago
config: remove useless parameter.

The 'cfg' passed to parse_port_setting() is never used, so just remove it.

Signed-off-by: Richa...

github.com/nwtime/linuxptp - 7144aa92632d70d1b134a64fbd54b0392bb9acd2 authored about 10 years ago
trivial: update gitignore with the timemaster build product.

Signed-off-by: Richard Cochran <[email protected]>

github.com/nwtime/linuxptp - 5b36399e355914c5519c2ad6285ccf33b074d635 authored about 10 years ago
Use SO_SELECT_ERR_QUEUE when available.

The current implementation fetches a transmit time stamp by polling on the
socket with pollfd.ev...

github.com/nwtime/linuxptp - a5911e69c7635c5575814b5172e78a752ea0c6dd authored about 10 years ago
trivial: do not assign a FP constant to an integer.

Signed-off-by: Richard Cochran <[email protected]>

github.com/nwtime/linuxptp - a4264b3e6ee61fe4f4c84027202065120d607cbb authored about 10 years ago
Coding style: add missing break statement from a switch/case construct.

Signed-off-by: Richard Cochran <[email protected]>

github.com/nwtime/linuxptp - 8e8a9897209f831e54c21fbc3dcef5c08fc41088 authored about 10 years ago
clock: keep ports in specified order.

When adding a new port, put it at the end of the list instead of head.
This restores the order o...

github.com/nwtime/linuxptp - 50d5c63e16b06cc14754fcf3a6baef2e3f411b8e authored about 10 years ago
port: fix fda initialization.

Initialize all descriptors to prevent polling invalid descriptors from
faulty ports.

Signed-off...

github.com/nwtime/linuxptp - 594f59c50d1a2015bfaf5b5d1a773490ef97622b authored about 10 years ago
Restore the peer addresses in P2P mode.

Commit ea7a7882 removed the calls to transport_peer(), inadvertently
substituting them with tran...

github.com/nwtime/linuxptp - 6b05b4e7d3255a3bbf49e20abccb511290b6196d authored over 10 years ago
Add string and pointer array utility functions.

Add some functions to work with strings and arrays of pointers that will
be useful later.

Signe...

github.com/nwtime/linuxptp - 2098d7c1626e934e50da24ef4c5810a5b69064b4 authored over 10 years ago
Don't print messages in signal handler.

Only reentrant functions should be called here.

Signed-off-by: Miroslav Lichvar <mlichvar@redha...

github.com/nwtime/linuxptp - aa24ba58e1901f9397624665c1f19a2432e426d0 authored over 10 years ago
Don't include config.h in util.h

The config module is used by ptp4l only, but util is shared with other
programs.

Signed-off-by:...

github.com/nwtime/linuxptp - 48046e593efc9583335632f25805153cc2ca8114 authored over 10 years ago
Add timemaster.

timemaster is a program that uses ptp4l and phc2sys in combination with
chronyd or ntpd to synch...

github.com/nwtime/linuxptp - 82f13c594a8860274e62bc999520b8a434a80a53 authored over 10 years ago
Merge Jiri's Dynamic port allocation series.

github.com/nwtime/linuxptp - e5f20ea6df14aecefbc4df502c30573347b96a73 authored over 10 years ago
Make uds port a separate field in struct clock

The uds port is handled specially in almost all cases, it doesn't behave
like the rest of ports ...

github.com/nwtime/linuxptp - 48a8425ff7d3d2013070dfebed34c9982198a69c authored over 10 years ago
Put fault_fd into struct port

The fault timer file descriptor is a per port item, put it inside struct
port where other per po...

github.com/nwtime/linuxptp - 2d1a88ca5d0c27799e994ac57c4dfd6a7ae0564b authored over 10 years ago
Dynamic allocation of interface config entries

Remove the limit of MAX_PORTS ports also when parsing command line
arguments.

Signed-off-by: Ji...

github.com/nwtime/linuxptp - 5e0196d6474ddd754ba63e047a149e6206739af7 authored over 10 years ago
Remember last used port number

For the ports to be truly created and removed dynamically, the last used
port number has to be r...

github.com/nwtime/linuxptp - c017adc8d1468d484323d765ce5fd616bfa12046 authored over 10 years ago
Lazy regeneration of pollfd

There's no need to regenerate pollfd multiple times during batches of port
operations (like crea...

github.com/nwtime/linuxptp - 83f637fb8e2324948b385569af7f838622b7cf2e authored over 10 years ago
Dynamic port allocation

Remove the limit of MAX_PORTS ports (default 8) and keep the ports in
a linked list. This allows...

github.com/nwtime/linuxptp - 08575133b3462563979c47aa439cc81156463c7f authored over 10 years ago
Fix Coverity warning in sk_interface_addr().

Copy the address directly to struct sockaddr_in or sockaddr_in6 instead
of sockaddr as Coverity ...

github.com/nwtime/linuxptp - 6b459abc8c54189ec3315404057923c039c1796a authored over 10 years ago
Fix copying of device name to ifreq.

Don't overwrite the last NUL with strncpy() and also replace strcpy()
with strncpy().

Signed-of...

github.com/nwtime/linuxptp - 9ddd2a60249eaf2b2a48bf9af3843fa06cf0a095 authored over 10 years ago
Add option to set NTP SHM segment number.

Instead of setting it to the PTP domain number, add a new option to
ptp4l and phc2sys to set it ...

github.com/nwtime/linuxptp - 3760f8b6537ec4f614d9aa07d957716ee2e51059 authored over 10 years ago
Close client UDS transport before exit.

In pmc and phc2sys handle terminating signals and close the UDS
transport before exit to remove ...

github.com/nwtime/linuxptp - 30841a68495b5e9ba11ff4b056c4a79b0b73d14a authored over 10 years ago
Append PID to client UDS paths.

This allows running multiple phc2sys and pmc instances at the same time.

Signed-off-by: Mirosla...

github.com/nwtime/linuxptp - 1773d21f26eb1aa2da0645af116d6ce27591a9cc authored over 10 years ago
Move signal handling to util.c.

This will be useful in phc2sys and pmc.

Signed-off-by: Miroslav Lichvar <[email protected]>

github.com/nwtime/linuxptp - ca637b2067ae78c9830c38bb5e9a659255b1a4a2 authored over 10 years ago
Remove socket when closing UDS transport.

[RC: added cast to sockaddr to avoid compiler warning. ]

Signed-off-by: Miroslav Lichvar <mlich...

github.com/nwtime/linuxptp - 2423357754ae7d64d844fc064c72b8d27adf40c4 authored over 10 years ago
phc2sys: Add option to set path to ptp4l UDS.

Signed-off-by: Miroslav Lichvar <[email protected]>

github.com/nwtime/linuxptp - 28865f91df96e83b28bb40565f12e62bd86e451f authored over 10 years ago
linuxptp: add phc_ctl program to help debug PHC devices

This is an updated version of a script I wrote a couple years ago for
debugging the PHC when wri...

github.com/nwtime/linuxptp - bdb6a35883b071b02796d9c3fcf496b8c7f3a04f authored over 10 years ago
gitignore: add .version as this is generated during a make

Signed-off-by: Jacob Keller <[email protected]>

github.com/nwtime/linuxptp - 3e858ba17bf24589c662798e554f4051e6c25698 authored over 10 years ago
Prefix TLV IDs.

To avoid conflicts in generic names add TLV_ prefix to all TLV IDs
defined in tlv.h.

Signed-off...

github.com/nwtime/linuxptp - 70dd6823493535bc0693f45b470f8c65a8028817 authored over 10 years ago
ntpshm: Pass upcoming leap second.

Signed-off-by: Miroslav Lichvar <[email protected]>

github.com/nwtime/linuxptp - bc84b880535a29e9b7d07c782445ac84aa8973b2 authored over 10 years ago
Disable clockcheck and kernel leap with ntpshm servo.

Always disable the clock sanity check when the ntpshm servo is used,
because it doesn't know whe...

github.com/nwtime/linuxptp - 93b7807aadb33874c5194b6d03f419c9639c39a2 authored over 10 years ago
linreg: Handle leap second gracefully.

When leap second is inserted/deleted to the reference time, adjust the
reference point as if the...

github.com/nwtime/linuxptp - 97f72ceecc264ed6a8f66ec5f7d64f289f8b306f authored over 10 years ago
Add leap function to servo.

Introduce a new function to inform the servo about upcoming leap second.
This is used when the k...

github.com/nwtime/linuxptp - 2aa6b10c3bbe7bffac0d57109bf8f4857c5a141e authored over 10 years ago
phc2sys: Use CLOCK_MONOTONIC to time pmc updates.

After moving the leap second check away from update_pmc(), the time
stamp is used only to contro...

github.com/nwtime/linuxptp - 7d740f17e572fb2e2675ab71a69608d862a24ec9 authored over 10 years ago
Set TAI offset of system clock.

When synchronizing the system clock and the PTP UTC offset is valid and
traceable, set the TAI o...

github.com/nwtime/linuxptp - fefd5b4b05039ea0a0770291b12b0eb931079970 authored over 10 years ago
phc2sys: track sync offset and leap second status in each clock.

This simplifies passing of pending leap seconds to the clocks and it
will also allow to apply le...

github.com/nwtime/linuxptp - a3c32b8c6561a6579f4ba5cb854798195c8ffd27 authored over 10 years ago
Add a macro for ADJ_TAI used when missing from the tool chain headers.

Signed-off-by: Richard Cochran <[email protected]>

github.com/nwtime/linuxptp - 07edab48dcfa6e28baaf54011ee19a18780d6916 authored over 10 years ago
Add new servo for NTP SHM reference clock.

This is a simple servo that provides the NTP SHM reference clock. It
doesn't make any clock adju...

github.com/nwtime/linuxptp - 9710fb1a22e36c1562d545e1f28c15e0dd15bc52 authored over 10 years ago
phc2sys: reset sync offset if non PTP timescale

When grandmaster does not use PTP timescale but the previous one did, we
need to reset sync offs...

github.com/nwtime/linuxptp - f28a3b36649a31ea282a99f93129a187c5197a06 authored over 10 years ago
phc2sys: event subscription

Add support for subscribing to events (run_pmc_subscribe) and receiving and
handling of received...

github.com/nwtime/linuxptp - 175ca678e7018bc524f379e3b64fc29829209861 authored over 10 years ago
phc2sys: autoconfigure realtime clock on demand only

By default, do not synchronize CLOCK_REALTIME. To do it, -r option is
needed. That will only con...

github.com/nwtime/linuxptp - 3dd4d51c8e100c8d9f792c3d8cf287d771c42fe7 authored over 10 years ago
phc2sys: man page update for -a and -r options

Signed-off-by: Jiri Benc <[email protected]>

github.com/nwtime/linuxptp - 1a1e02aa978f1e55e0e8694b1131276a7ba6d541 authored over 10 years ago
phc2sys: check clockIdentity

Make sure that we handle only one PTP clock (node). This is for an extra
safety.

Signed-off-by:...

github.com/nwtime/linuxptp - 66c9f9baaf67ab6bb42fc9ea96c789b3facdf7cf authored over 10 years ago
phc2sys: autoconfiguration

Add automatic configuration option (-a).

Signed-off-by: Jiri Benc <[email protected]>

github.com/nwtime/linuxptp - 46a0b281b9157392609709f989cc126191e49bef authored over 10 years ago
phc2sys: propagate received errors

Recognize errors returned in MANAGEMENT_ERROR_STATUS TLV and return
a distinct value from run_pm...

github.com/nwtime/linuxptp - 00a663ca687b96990dcff95c952da58647f68aa7 authored over 10 years ago
pmc_common: easy way to set port and broadcast target

Implement pmc_target_port to set a port number, leaving clock identity
unchanged, and pmc_target...

github.com/nwtime/linuxptp - 48f6a31cc3efde528a941116e1ce0591622cf42f authored over 10 years ago
phc2sys: rearrange declarations

This just moves code around to have related functions together and forward
declaration at the be...

github.com/nwtime/linuxptp - b826ce530b8a5c3538b804dffff3d006cda7b79a authored over 10 years ago
phc2sys: store information about clocks being UTC or TAI

For now, only CLOCK_REALTIME can be UTC. This may stay this way forever but
now we have a clean ...

github.com/nwtime/linuxptp - 78aaef8a1abc40ac94182e6c37616d41670ebd19 authored over 10 years ago
phc2sys: track ports

Add tracking of which ports have been added and to which clock they belong.

Signed-off-by: Jiri...

github.com/nwtime/linuxptp - 506271acac252290df5a3365c85caa02db1321b3 authored over 10 years ago
phc2sys: open devices in clock_add

Do not call clock_open to open a clock device but let clock_add do that and
return the newly cre...

github.com/nwtime/linuxptp - 90bbdbcfae11d002c40e1ec8b47a35f95f44baee authored over 10 years ago
phc2sys: split clock and node

Split members that apply to all synchronized clocks and members that apply
to an individual cloc...

github.com/nwtime/linuxptp - be4251a552c7f22458308a1c9b0740c503f503db authored over 10 years ago
phc2sys: split update_sync_offset

Split the generic (global) part of update_sync_offset and the part that
affects individual clock...

github.com/nwtime/linuxptp - 423eb5453044296a91913ff7ed0a19151ee6d342 authored over 10 years ago
phc2sys: generalize run_pmc

Make run_pmc usable for any kind of management message. Create wrappers for
waiting for ptp4l an...

github.com/nwtime/linuxptp - a1bee8fbb797f184c9c23c5575e7e7f158632633 authored over 10 years ago
Remove unused field from struct config.

The sanity_freq_limit field was erroneously added to the config struct
in ed379b40, the right on...

github.com/nwtime/linuxptp - 5723da950f58650a3d25e370262e67f3692415b8 authored over 10 years ago
Bump the date on the hwstamp_ctl man page.

Signed-off-by: Richard Cochran <[email protected]>

github.com/nwtime/linuxptp - abd433838448ccdd8e0b10664ccb3eebcff1dab6 authored over 10 years ago
hwtstamp_ctl: use SIOCGHWTSTAMP ioctl before destructively setting policy

This patch modifies the hwtstamp_ctl program, so that it will (attempt
to) use the SIOCGHWTSTAMP...

github.com/nwtime/linuxptp - 2462f675c33b1095b783941bb339f996720a706f authored over 10 years ago
missing: add SIOCGHWTSTAMP to missing.h

In order to allow hwtstamp_ctl to use the non-destructive SIOCGHWTSTAMP
ioctl, we need to add it...

github.com/nwtime/linuxptp - 5e8a34f0b43604b413f3eb75f45e85100cbc6cbb authored over 10 years ago
Fix a trivial spelling mistake in a comment.

Signed-off-by: Richard Cochran <[email protected]>

github.com/nwtime/linuxptp - 8a92b1292c8d60fd114207c7ebd9564d4f868752 authored over 10 years ago
Fix sk_interface_addr().

This was broken in commit e804e6, ifa_addr is a pointer to sockaddr,
it shouldn't be referenced ...

github.com/nwtime/linuxptp - 32ef7c07933fcfbb203d95e0b32d638f113c4f58 authored over 10 years ago
Custom management TLV PORT_PROPERTIES_NP

Will be used by phc2sys to find out interfaces corresponding to ports.

Signed-off-by: Jiri Benc...

github.com/nwtime/linuxptp - 424bbde8fcca09a07375736c96041dd04467cbf4 authored almost 11 years ago
port: event notification

Split management message creation to more fine-grained functions to allow
notification messages ...

github.com/nwtime/linuxptp - 122314926acbc175d913e8d9156eb7a4e3148a42 authored almost 11 years ago
Subscription time limit

Add expiration time to subscriptions; they need to be renewed before they
expiry. This way, the ...

github.com/nwtime/linuxptp - 0e8efe418c02e607c36989c3142c5b3051e28be9 authored almost 11 years ago
Event notification: port state

Notify subscribers about port state changes.

Signed-off-by: Jiri Benc <[email protected]>

github.com/nwtime/linuxptp - c8c6f7288f7f3bdfe6ff56cc05d05d95e36f8796 authored almost 11 years ago
clock: event notification

Split management message creation to more fine-grained functions to allow
notification messages ...

github.com/nwtime/linuxptp - 648197153e4e25c95476192f057dcc7deefafa26 authored almost 11 years ago
Event subscribing

This puts groundwork for event subscription and notification. The individual
events are added by...

github.com/nwtime/linuxptp - 5104e3e56b59f7e64ee72e7bc799811e647648ce authored almost 11 years ago
Remove unneeded parameter in port_forward

This parameter was made obsolete by the common address refactoring.

Signed-off-by: Jiri Benc <j...

github.com/nwtime/linuxptp - d6e4173e1955a980a89cb81d2914d3d1f6536e6a authored almost 11 years ago
uds: don't output "Connection refused"

When phc2sys is started before ptp4l or it is interrupted before ptp4l has
a chance to reply to ...

github.com/nwtime/linuxptp - 14742ef566e8aa22a3243652418d1faa1036d369 authored almost 11 years ago
Implement port_forward_to

Signed-off-by: Jiri Benc <[email protected]>

github.com/nwtime/linuxptp - d0a67e8b1a7ba3a606d2ba8600849dc0737dda2d authored almost 11 years ago
Respond with an error to management messages to non-existing ports

Signed-off-by: Jiri Benc <[email protected]>

github.com/nwtime/linuxptp - ba577d7123d326facbc7ce5569a1f5cb10f20b60 authored almost 11 years ago
Common type holding an address

This modifies all transports to use a new common address type, struct
address. This address is s...

github.com/nwtime/linuxptp - e804e6f9a02c3531e7a000de016d3b7a456c0ac6 authored almost 11 years ago
Implement transport_sendto

Also, document transport_send, transport_peer and transport_sendto usage.

Signed-off-by: Jiri B...

github.com/nwtime/linuxptp - 4df924b253dbe3dec734fba4a1d7b88f35c03df4 authored almost 11 years ago
Let transport_recv/send/peer use ptp_message

The callers of those functions are all using ptp_message. As we're going to
return more informat...

github.com/nwtime/linuxptp - bbe634d790cff73d28046f1946cdd9a1481686f8 authored almost 11 years ago
raw: separate src and dst addresses

In order to be able to convert to a generic address struct, separate source
and destination addr...

github.com/nwtime/linuxptp - 3d221542994d711a3166302221064147ad23d0e3 authored almost 11 years ago
raw: replace hard coded constants by MAC_LEN

Signed-off-by: Jiri Benc <[email protected]>

github.com/nwtime/linuxptp - 8c02ae53f28e11c13c3d78b64e8546621900209c authored almost 11 years ago
raw: fix reading of uninitialized memory on recv

When less bytes than the header size is read, do not indicate to the caller
that the read was su...

github.com/nwtime/linuxptp - 8bbebdd381517405bfaede680907d95753bafa87 authored almost 11 years ago
Move check of TLV length for management COMMAND messages

Currently, it is assumed that the management TLV data of management COMMAND
messages is always e...

github.com/nwtime/linuxptp - 4ed4c0ef5ac535a4ee6e03a900bd1031070b7cb9 authored almost 11 years ago
Move common code into port_prepare_and_send

The task of preparing the message for transmission and sending it appears
at many places. Unify ...

github.com/nwtime/linuxptp - ea7a7882e5386c8f942b397598cb634111b658d3 authored almost 11 years ago
Print warning message on deprecated ptp4l options.

Signed-off-by: Miroslav Lichvar <[email protected]>

github.com/nwtime/linuxptp - 683218aee61906cdb40cbaa75e803a3db2b36fa3 authored almost 11 years ago
Increase default first step threshold to 20 us.

Most PHC drivers implement stepping (ADJ_SETOFFSET) by reading the
clock, adjusting the value by...

github.com/nwtime/linuxptp - 2b099cfa0615eeb8c2c946052c960a73ea53cd14 authored almost 11 years ago
Add an adaptive servo based on linear regression.

This servo uses linear regression to estimate current time and
frequency error. The number of po...

github.com/nwtime/linuxptp - a5890cbe98e1f14d1decb20b94a84912012c4c89 authored almost 11 years ago
Include clock rate ratio in delay calculation.

With the new linreg servo the frequency offset and time offset are
controlled separately. The ra...

github.com/nwtime/linuxptp - 61de819d563157e05d095d52903b8577811f0d79 authored almost 11 years ago
Move PI step threshold and max frequency settings to common servo code.

These settings will be useful for all implemented servos, so move them
to the common servo code ...

github.com/nwtime/linuxptp - 31feb001948f880cfadc446dd2c6c09b7c09499e authored almost 11 years ago
Don't always step clock on PI servo reset.

The initial check if the clock should be stepped always passed after the
servo was reset (e.g. f...

github.com/nwtime/linuxptp - 72a92126009f81d64d58500a8784786e3c525076 authored almost 11 years ago
Restrict SET actions to UDS port.

Setting GRANDMASTER_SETTINGS_NP is allowed only from UDS, but
PORT_DATA_SET can be set from any ...

github.com/nwtime/linuxptp - 91e240679bcd447bbf5ac5cec1e40c4e2421e97b authored almost 11 years ago
Fix conversion of cumulativeScaledRateOffset in TIME_STATUS_NP.

This fixes reporting of negative offsets.

Signed-off-by: Miroslav Lichvar <[email protected]>

github.com/nwtime/linuxptp - 85cebe02657478b8c91d4b94a79e1d7f16d9fda3 authored almost 11 years ago
Initialize clock rate ratio.

This fixes cumulativeScaledRateOffset reported in TIME_STATUS_NP before
the rate ratio is update...

github.com/nwtime/linuxptp - 7d773a9b932c33581f07ee52489c3e060f57be63 authored almost 11 years ago
pmc: print cumulativeScaledRateOffset as offset.

Signed-off-by: Miroslav Lichvar <[email protected]>

github.com/nwtime/linuxptp - c0fd772974a0bd9afa2a5570eeca5158b9ddc15c authored almost 11 years ago
config: Add min_neighbor_prop_delay configuration variable

When peer delay is < min_neighbor_prop_delay the port is flagged
as non 802.1AS capable. min_nei...

github.com/nwtime/linuxptp - b2bde6f5ec13e6f9c8fbd966807ad30b1d17ed87 authored almost 11 years ago