diff --git a/puppet-manifests/centos/build_srpm.data b/puppet-manifests/centos/build_srpm.data index 44049d7bb8..f2aeaf8415 100644 --- a/puppet-manifests/centos/build_srpm.data +++ b/puppet-manifests/centos/build_srpm.data @@ -1,2 +1,2 @@ SRC_DIR="src" -TIS_PATCH_VER=63 +TIS_PATCH_VER=64 diff --git a/puppet-manifests/src/modules/platform/templates/ptp4l.conf.erb b/puppet-manifests/src/modules/platform/templates/ptp4l.conf.erb index 61c56df480..486d8f1333 100644 --- a/puppet-manifests/src/modules/platform/templates/ptp4l.conf.erb +++ b/puppet-manifests/src/modules/platform/templates/ptp4l.conf.erb @@ -96,12 +96,14 @@ manufacturerIdentity 00:00:00 userDescription ; timeSource 0xA0 -<%- if scope['platform::ptp::transport'] == 'udp' -%> [<%= @slave_interface %>] +<%- if scope['platform::ptp::transport'] == 'udp' -%> network_transport UDPv<%= @slave_subnet %> +<%- end -%> <%- if @slave_only == false -%> [<%= @master_interface %>] +<%- if scope['platform::ptp::transport'] == 'udp' -%> network_transport UDPv<%= @master_subnet %> <%- end -%> <%- end -%>