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

Latch the UTC offset.

When acting as a slave, we accept the foreign master's advertised
TAI-UTC offset for as long as ...

github.com/nwtime/linuxptp - fa575b60f6a9757bca8f2828e23633560d57bac3 authored over 7 years ago
Remove redundant test on the UTC flags.

Now that we test the UTC flags in clock_update_slave(), the similar
code in clock_utc_correct() ...

github.com/nwtime/linuxptp - 14a97dc5da47bd532f14109d7d381d5f33a77b0b authored over 7 years ago
Simplify UTC tracking.

The clock code uses two different variables to store the TAI-UTC
offset. One variable represent...

github.com/nwtime/linuxptp - 97e424236178e509e2b2cbe6a54534849fe4d77b authored over 7 years ago
ptp4l: Add IPoIB interface support for ptp4l

The current implementation of ptp4l always assumes 6 octets MAC
address, which is correct for Et...

github.com/nwtime/linuxptp - 7546434030d456b13b2eda6138f183ac3bf29751 authored over 7 years ago
rtnl: replace obsolete RTMGRP_LINK with RTNLGRP_LINK for nl groups

Signed-off-by: Hangbin Liu <[email protected]>

github.com/nwtime/linuxptp - 17aa750a49ebaecfc7b063c770aa8d36f5078b2c authored over 7 years ago
port: add FD_RTNL event to track per-port status

With rtnl socket we can track link status per port(except UDS port).

We can make sure we get th...

github.com/nwtime/linuxptp - c149a3dbc1b38e833de783ae863038562baca0fe authored over 7 years ago
clock: remove rtnl fd on clock

Remove rtnl fd on clock since we track the link status per port now.

Signed-off-by: Hangbin Liu...

github.com/nwtime/linuxptp - 25ec8a3b4e2222b394794ff830bd3583e9cf6c71 authored over 7 years ago
clock: remove hash table index2port

Remove index2port since we don't need it now.

Signed-off-by: Hangbin Liu <[email protected]>

github.com/nwtime/linuxptp - 7c3f9579f0c230ee798644a26d664ebd3efc612f authored over 7 years ago
phc2sys: free clock device when exit

Since we called strdup() for clock device, we need free the memory
before exit.

Signed-off-by: ...

github.com/nwtime/linuxptp - 46cc187e82874423f3a0940d8b12c191f7455a1a authored over 7 years ago
phc2sys: Add described device to stats output

When phc2sys synced more than one ethernet interface, such as in a JBOD
boundary clock arrangeme...

github.com/nwtime/linuxptp - 6b18e12b9ba5d5409c6dbbbdcccc43124413fe58 authored over 7 years ago
added workaround for ticks being returned as zero from 2.6.32 kernel.

Signed-off-by: Brian Olson <[email protected]>

github.com/nwtime/linuxptp - 7c6a9862fd7c6e49350aaf527194603930b10ca2 authored over 7 years ago
fixed include order to work around issue on RHEL 6.6

[ RC: Added comment explaining the ordering requirements. ]

Signed-off-by: Brian Olson <brian@a...

github.com/nwtime/linuxptp - ae28f5295fc22ff5f65533d1cbbf8d2e29e48ebc authored over 7 years ago
Fix build when using uClinux.

Unfortunately uClinux is rather inconsistent with respect to
clock_nanosleep(). Older versions ...

github.com/nwtime/linuxptp - 97c351cafd7327fd28047580c9e2528a6f7e742b authored over 7 years ago
pmc: goto out when get unknown management tlv

If handle unknown management tlv. The management message id and format are
also unknown, thus we...

github.com/nwtime/linuxptp - 95b5a13cb2787b6a436ad395bb4931d1661e59a7 authored over 7 years ago
pmc: optimize duplicated code in do_set_action()

TLV_PRIORITY1 and TLV_PRIORITY2 cases in do_set_action() use the same repeated
piece of generic ...

github.com/nwtime/linuxptp - a216b11ce51a199ef48b2a44983a1cc8eca5be2e authored over 7 years ago
clock: Fix poor snprintf() handling.

The calls to snprintf() to format /dev/phc%d use the wrong pattern.
That function always properl...

github.com/nwtime/linuxptp - 78d2a32a94ec50de04bf7ccbbe32e92ecccdc415 authored over 7 years ago
Merge 'tsproc' branch allowing clock synch. after jump.

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

github.com/nwtime/linuxptp - 6558bade7c4a6bd57392d75256240f3dc08301cc authored over 7 years ago
Fix detection of clock_adjtime

On some platforms clock_adjtime is defined in timex.h instead of time.h
Due to this fact the det...

github.com/nwtime/linuxptp - 0efc3a97f551b91eddefa1ded68afc6857809620 authored over 7 years ago
Remove conflicting netinet/ether.h

On some platforms like br-arm-cortex-a9-musl struct ethhdr was defined twice
due to including of...

github.com/nwtime/linuxptp - c7837b9a298ba40b776242b090d6a1415d414488 authored over 7 years ago
util: Fix unknown time_t types with musl-libc builds

Fixes the following build errors seen with musl-libc:

In file included from print.h:25:0,
...

github.com/nwtime/linuxptp - 159eb5ff116816287ad81e4db0fbf47f4a7b5f33 authored over 7 years ago
msg: use last_tlv if there is not enough room for another tlv

If the len is not enought for another tlv process. e.g. one more bytes
padding at the end of mes...

github.com/nwtime/linuxptp - 43b2f5d1207a010f1df67e101b129b09502371e2 authored almost 8 years ago
udp: Avoid including netdb.h

netdb.h pulls in a large chain of include files:
rpc/netdb.h
rpc/types.h

rpc/types.h re-defines...

github.com/nwtime/linuxptp - 8b61aa2c3f3103db1d4ca1d1e49bb4f8831c1abf authored almost 8 years ago
tsproc: Clarify the internal mode handling.

The time stamp processor features four modes resulting from the
combination of two independent B...

github.com/nwtime/linuxptp - a0cbeb736750105b630ae54b599adac9b21f0e56 authored almost 8 years ago
tsproc: Allow clock synchronization immediately after jump.

After a servo jump, the call to tsproc_reset() clears tsp->t3. This
causes the next call to tsp...

github.com/nwtime/linuxptp - 2d5d8a039518ec5901148f7c2d186f48af542079 authored almost 8 years ago
tsproc: Track the validity of the filtered delay explicitly.

We will want to test whether a valid filtered delay value has been
calculated or not. However, ...

github.com/nwtime/linuxptp - 74ab3b3728d9d261f9e86dfdf43c5cbff0abcd58 authored almost 8 years ago
port: sequence of nrate and peer_delay calculation

The sequence of port_nrate_calculate() and tsproc_update_delay()
in port_peer_delay() is mixed u...

github.com/nwtime/linuxptp - d1bb9ecbd5a77cdb8d93accfa8c1bbf705002de0 authored almost 8 years ago
servo: NULL pointer check for servo constructors

The servo constructors might return a NULL pointer.
The function servo_create() uses servo witho...

github.com/nwtime/linuxptp - 7e1ccac8f8fbd6e6df5c96aae64ee8dea954b5aa authored almost 8 years ago
phc2sys: don't synchronize clock to itself.

When ptp4l is using multiple interfaces sharing the same clock, phc2sys
in the automatic mode sh...

github.com/nwtime/linuxptp - ac92a711614c413b75a4963eab95cd1aa2de8293 authored almost 8 years ago
Fix leaks of sockets on errors.

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

github.com/nwtime/linuxptp - 8deb52a849cb1b7479ddda1065cbba7c83fd13c4 authored almost 8 years ago
clock: Force a BMC election when a port link goes down.

Having one fewer port may affect the result of the BMCA. This patch
changes the main loop so th...

github.com/nwtime/linuxptp - 73318c5b99571c8da01474ad665e2e2e06ab12bb authored about 8 years ago
port: Change port_dispatch() into a void function.

This global function used to return an error code, but now it always
returns zero. This patch c...

github.com/nwtime/linuxptp - 6b471d45edfdfa835a9115ce4be96d92f100e2ac authored about 8 years ago
timemaster: check support for SW time stamping.

When an interface doesn't support HW time stamping, before falling back
to SW time stamping, che...

github.com/nwtime/linuxptp - 117ed5c2d0f865894dd930d877f0ec28bc23d951 authored about 8 years ago
timemaster: tag ptp4l and phc2sys messages.

Use the new options of ptp4l and phc2sys to tag their log messages with
the PTP domain number an...

github.com/nwtime/linuxptp - e54158195b1eadfdb6275646bc3dfb7611dba5b6 authored about 8 years ago
Add options to tag ptp4l and phc2sys log messages.

When running multiple instances of ptp4l or phc2sys, it's difficult to
tell which log message be...

github.com/nwtime/linuxptp - 0f6c6972c791813e0b9618e9158da3951a099737 authored about 8 years ago
ptp4l: Make UTC offset configurable.

Currently UTC offset is defined as a constant - CURRENT_UTC_OFFSET, and if
a leap second is adde...

github.com/nwtime/linuxptp - 33e62f992542ac5ce6bdbb8ae6c34dec7011b543 authored about 8 years ago
fsm: Make the transition out of INITIALIZING part of the FSM code.

The state machines in 1588 do not specify an event that causes a transition
out of the initializ...

github.com/nwtime/linuxptp - b738afb6044a8c59310fc13f646c8f5c4dcf2963 authored about 8 years ago
port: Make the finite state machine into a function variable.

This allows adding new FSM flavors in the future.

Signed-off-by: Richard Cochran <richardcochra...

github.com/nwtime/linuxptp - 10d4e7f8b0525bbf72981e3e5fcf0c10833a7631 authored about 8 years ago
Change a misleading fault handling function signature.

Looking at the fault logic in port_dispatch(), you might think that
the function, fault_interval...

github.com/nwtime/linuxptp - 80a28a9dc322f28b991effc44ec1c5362a598281 authored about 8 years ago
Make the fault handling code more readable.

The code that decides whether a fault qualifies for ASAP treatment is
a tangle of logical operat...

github.com/nwtime/linuxptp - 1f66948d3853c8b08c7f52c9c8daecb361164a43 authored about 8 years ago
Disentangle initialization from fault clearing.

Although leaving the INITIALIZING state and clearing the FAULTY state
ASAP both result in a port...

github.com/nwtime/linuxptp - 01ee947457813078f63d606c310818d6dedb4ca3 authored about 8 years ago
Update TAI-UTC offset

A leap second was applied to UTC on 2016-12-31 and the offset between
TAI and UTC is now 37 seco...

github.com/nwtime/linuxptp - 0309a880fb4389e869ae0ba431d3d17b1ec5a272 authored about 8 years ago
ptp4l: Document the "long" command line options in the man page.

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

github.com/nwtime/linuxptp - 4e966536c6253d73e1a3202e8b562ab0f518e33b authored about 8 years ago
config: Fix bitwise copy-and-pasto for command line items.

The recent change allowing every configuration option to appear on the
command line wrongly used...

github.com/nwtime/linuxptp - e658982624bfd5cd998066fdf35b93cdcf8797ca authored about 8 years ago
Add an acknowledgment in the readme for Exablaze.

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

github.com/nwtime/linuxptp - 81d97657bf8aeeb216d91ca160ff80569d10f038 authored about 8 years ago
makefile: Make the 'clean' target conform to standard practice.

This patch makes the build system less surprising by removing the
executable binaries in the 'cl...

github.com/nwtime/linuxptp - 356eb81d4de85bc53f09161bd4a611974a271d5c authored about 8 years ago
ptp4l: Accept any configuration option as a command line argument.

This patch provides a way to use the entire table of configuration options
as "long" command lin...

github.com/nwtime/linuxptp - 4e8dbd84925d36f1193a7339a542677d884d3ba1 authored about 8 years ago
Version 1.8

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

github.com/nwtime/linuxptp - 891d56e4292653c5c19ac8345159a1f1f5b2df26 authored over 8 years ago
clock: Monitor the link status using a RT netlink socket.

Poll for link up/down events. When a link goes down, the port becomes
faulty until the link goe...

github.com/nwtime/linuxptp - 3b82f227ce96a3debc13357e71493f5df72486cc authored over 8 years ago
clock: Remember each port's interface index.

We use a hash table to remember the mapping. Since our existing hash
table is a simply string h...

github.com/nwtime/linuxptp - e995cf7f5297c431ebc2bfa2de67ffc01362b7ed authored over 8 years ago
rtnl: Introduce RT netlink sockets.

This patch adds a source module that implements RT netlink sockets
for the purpose of link monit...

github.com/nwtime/linuxptp - 0b3c045a4236f128ab4c1592e6cc91adc1cd6eb0 authored over 8 years ago
port: Provide methods to set and get the link status.

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

github.com/nwtime/linuxptp - 5e3156da156a972151ffb1ccac00027cf3a350ab authored over 8 years ago
clock: Fix coding style within a helper function.

No functional changes.

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

github.com/nwtime/linuxptp - 6b99df29e050110b1d625d3448621cd4df6501e6 authored over 8 years ago
clock: Remove stray semicolon.

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

github.com/nwtime/linuxptp - c8b525755b79f2222f93e28526166952993549af authored over 8 years ago
sk: Add a method to obtain a socket for utility purposes.

The clock module will want to know the interface indexes, in order to
implement link monitoring....

github.com/nwtime/linuxptp - 44a469597a70ca9135d400d6bcb958572c269d41 authored over 8 years ago
clock: Remove cruft from the creation method.

The time stamping setup code needlessly queries the configuration data
base over and over, rathe...

github.com/nwtime/linuxptp - 1de59d62266a5770a3789faece251eda46a495ff authored over 8 years ago
Fix regression in one-step configuration.

We activate on-step mode based on the "time_stamping" and
"twoStepFlag" configuration options. ...

github.com/nwtime/linuxptp - 86ed2432f0ec4ec7abf124448f93668d6e04157f authored over 8 years ago
port: Fix input to the BMC for forming the spanning tree.

If a non-slave port on a boundary clock see an announce message, then it
must decide whether it ...

github.com/nwtime/linuxptp - 5e5c98b3dabb7f4379fb337783016475b27bcb89 authored over 8 years ago
Version 1.7

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

github.com/nwtime/linuxptp - 159f4a265d35ed1753e18f9d3fb6e4f403238f4d authored over 8 years ago
timemaster: ignore failures of non-essential processes.

Assume only the chronyd or ntpd process is essential for synchronization
of the system clock and...

github.com/nwtime/linuxptp - 914ca86b37ad9fc5a61177308c3319c126c7246a authored over 8 years ago
timemaster: allow arbitrary options in server/refclock directives.

Instead of trying to support all options of the server and refclock
directives in both NTP imple...

github.com/nwtime/linuxptp - ac77099493f02fe3bdfd1c72ce4a81faebefae26 authored over 8 years ago
timemaster: add option to specify first SHM segment.

This allows using a sequence of SHM segments that starts with a number
larger than zero, which c...

github.com/nwtime/linuxptp - 395544d1179d29cd5aa1360f5913657e5d298f00 authored over 8 years ago
Introduce options to set DSCP values in PTP messages.

In the last years there are several media streaming standards
evolving that are relying on PTP. ...

github.com/nwtime/linuxptp - 1e667ff7fbde4f6c4d01b63b5ea8e8a33c3141f5 authored over 8 years ago
Fix data type for return value of vasprintf()

Since size_t is an unsigned data type, it won't evaluate correctly on errors
of vasprintf(). Thi...

github.com/nwtime/linuxptp - dc09312ce7d096a5f4ad7ed05925c6bd80d2bc30 authored over 8 years ago
uds: Prevent unintentional announce message timeouts.

During the configuration rework, the announce span was wrongly converted
into a hard coded macro...

github.com/nwtime/linuxptp - 3938cbc1015b7c33521cb02f644836a1db4cb91b authored over 8 years ago
Fix the man page regarding the '-p' option.

The -p option for ptp4l, which specifies the PHC device, was added
before the ethtool get_ts_inf...

github.com/nwtime/linuxptp - 0d61027fd324331f342db2e5dbcb7cc7bc70b303 authored over 8 years ago
Properly initialize the message lists.

The message lists are implemented using a TAILQ from queue(3). The heads
of the list must be in...

github.com/nwtime/linuxptp - 01dcf7e9ac2c7d8bec3bbc69b44d1f83b3dfa44e authored almost 9 years ago
clock: specify type at creation time.

Store the type in the clock object explicitly.

Signed-off-by: Richard Cochran <richardcochran@g...

github.com/nwtime/linuxptp - 9c8fe6a94ed2591c4fbc6e284072511450ee6324 authored almost 9 years ago
Let the clock code figure the PHC index.

The code that determines the index of the PHC device is useful to all
kinds of clock devices.

S...

github.com/nwtime/linuxptp - d825b1d5493b8a2ef5573217bbe42adf4fe5bbf0 authored almost 9 years ago
print: add missing include directive.

This patch adds a #include needed for the declaration of the function,
rate_limited.

Signed-off...

github.com/nwtime/linuxptp - 1b7088dea8a6f7077284d57d8294c5df28ad14c6 authored almost 9 years ago
fault: protect header against multiple inclusion.

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

github.com/nwtime/linuxptp - 62ce44a08a5c208d28bc15d55d27a63afe0a45aa authored almost 9 years ago
config: count the interfaces as they are added.

This information is useful to the various clock types.

Signed-off-by: Richard Cochran <richardc...

github.com/nwtime/linuxptp - 63e530e2975821e84491cb99266a83596b8af3d0 authored almost 9 years ago
Perform the time stamping mode check in the clock module.

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

github.com/nwtime/linuxptp - 8f7fb11fbc60f4c5c53b4e09c26f55a590625233 authored almost 9 years ago
clock: offer a method to get the first port in the list.

This function will allow the TC code to iterate over the ports without
calling into the clock lo...

github.com/nwtime/linuxptp - adf36154f5f9b4fa57e8e1efd67766a586992423 authored almost 9 years ago
clock: offer a method to get the type rather than the number of ports.

The port code is not interested in the number of ports but rather the
clock type. Since the pol...

github.com/nwtime/linuxptp - 948d5115502e48b798bbd29ca0816d9551071762 authored almost 9 years ago
Move the clock type enumeration into the clock header.

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

github.com/nwtime/linuxptp - fd2eb9411feec13e9ea94b3ee9d941eb14f0abcb authored almost 9 years ago
clock: remove redundant parameter from the create method.

There is no need for the 'ifaces' parameter since the list of network
interfaces is already pres...

github.com/nwtime/linuxptp - bbe55fbea4936fa3e3fa6398dac72016dd18a4eb authored almost 9 years ago
clock: simplify the create method.

With the new configuration API, there is no need to pass the default data
set. Instead, the clo...

github.com/nwtime/linuxptp - 9b27664cfc570ef9f00e1ded3e7fac2e8611e4cc authored almost 9 years ago
config: get the time stamp information early.

There is no need to have a function to get this information as
we can easily obtain it when the ...

github.com/nwtime/linuxptp - 2fc2af97d81a40d6ab3c5b0c54c33889782c3bb1 authored almost 9 years ago
tsproc: Fix time stamp handling with P2P one shot mode.

When the P2P link partner is using one shot mode, the residence time
in the peer (t3 - t2) is re...

github.com/nwtime/linuxptp - 3f2ef92052ea957fa6591d3045e915f40663b47c authored almost 9 years ago
tsproc: allow zero remote timestamps in delay update

When remote timestamps from P2P delay measurement are not known (the
remote processing time is s...

github.com/nwtime/linuxptp - 999c86f4a9da4bf4508b3a69289f58166ed18a55 authored about 9 years ago
Fix typo in manpage of ptp4l

There is one parenthesis too many in the manpage of ptp4l.

github.com/nwtime/linuxptp - 6eec5a0d48e4c9503905222298a621c6f368cd5c authored over 9 years ago
Version 1.6

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

github.com/nwtime/linuxptp - b9aa4d783e1c5fe7be4173a7a7e8c8bba7276652 authored over 9 years ago
Update UTC offset

The difference between Coordinated Universal Time UTC and the International
Atomic Time TAI is :...

github.com/nwtime/linuxptp - 4a875d4e3d8431f459fb51b0d96474257db8a180 authored over 9 years ago
util: add function for simple rate limiting.

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

github.com/nwtime/linuxptp - 01d523fb483e2f2cb5d86a18c6fb03a8d1c4961c authored over 9 years ago
port: print bogus delay request message as rate limited info.

Upgrade the message level to info so the user can see it, but print it
at most once per 5 minute...

github.com/nwtime/linuxptp - cdd11b744b031c886ac3ae02a17e3e1c1bbe5b3a authored over 9 years ago
print: add rate limited versions of pr_* macros.

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

github.com/nwtime/linuxptp - ddd653e7a9056594b716dafbe37d5d820ecc62af authored over 9 years ago
Merge the hybrid E2E work.

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

github.com/nwtime/linuxptp - 776f772c36520d28d30c7008095d086bcefd7746 authored over 9 years ago
uds: restore delay mechanism to zero value.

The new configuration code inadvertently causes the UDS port to use P2P
messaging when P2P is se...

github.com/nwtime/linuxptp - 2201345058e0ea461c06950c38575735deba4a03 authored over 9 years ago
udp6: set hop limit with udp_ttl option.

Use the udp_ttl option to configure both IPv4 and IPv6 transports.

Signed-off-by: Miroslav Lich...

github.com/nwtime/linuxptp - d8bfa0fa69b1143b5ef26cb1424042f40ba6dbef authored over 9 years ago
Support hybrid E2E using unicast delay requests and responses.

The draft Enterprise Profile [1] specifies a hybrid E2E delay mechanism,
where the delay respons...

github.com/nwtime/linuxptp - e85cb68320a36efb03aae97a536e1d7e9c75aefe authored over 9 years ago
Use the standardized low level socket address format.

The raw Ethernet transport code invented its own way of storing the MAC
address into our "struct...

github.com/nwtime/linuxptp - d0eb73c87b389bee54d3dd215694ac4438f1564a authored over 9 years ago
udp6: set the destination port unconditionally.

Even if the caller provides the destination address, still the port must
depend on the passed 'e...

github.com/nwtime/linuxptp - 1e35b91c6a05730e9e88d1009d59362113cd128f authored over 9 years ago
udp: set the destination port unconditionally.

Even if the caller provides the destination address, still the port must
depend on the passed 'e...

github.com/nwtime/linuxptp - 8d1b30d91cb7331f42e1796b3d7fe24b5036f057 authored over 9 years ago
util: add wrappers for memory allocation functions.

Add wrappers for malloc(), calloc(), realloc() and strdup() that check
if the allocation failed,...

github.com/nwtime/linuxptp - e4325ee3fb8daecd980761d2cc7d10788bbfc83c authored over 9 years ago
util: exit in string_* and parray_* functions when allocation fails.

github.com/nwtime/linuxptp - 16bb89d5bfb678238420497f0ac18fe65e9bf369 authored over 9 years ago
timemaster: use wrapped memory allocation functions.

github.com/nwtime/linuxptp - f44178476bb1eaa34e2a1f234bbc56fddd47331b authored over 9 years ago
port: constrain the master's logMinDelayReqInterval.

Buggy or mis-configured masters can place bogus logMessageInterval values
in their delay respons...

github.com/nwtime/linuxptp - 0135e5344d52939b5c2514ac0e86bc599aa50be5 authored over 9 years ago
Fix integer overflow in the foreign master bookkeeping code.

The logMessageInterval field has an improbable range from 2^-128 to 2^127
seconds. The extreme ...

github.com/nwtime/linuxptp - a8a3ddec6ab31c8111bc3374fb7cbfe9957fcda5 authored over 9 years ago
config: introduce a proper creation method.

Now that all of the legacy, open coded configuration fields are gone,
we can follow a normal cre...

github.com/nwtime/linuxptp - 7b438defe5e544e43aa29a952f2f519413214683 authored over 9 years ago
config: convert 'revisionData' to the new scheme.

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

github.com/nwtime/linuxptp - b708ee384595b386d11d98ff30428e5f21787b3c authored over 9 years ago