Skip to content

Instantly share code, notes, and snippets.

@lukebigum
Last active November 28, 2015 10:14
PTP Bridge Multicast
linuxptp::ptp4l { 'multicast':
interfaces => [ $ptp_multicast_interface ],
hybrid_e2e => 1,
}
supervisord::program { 'multicast':
command => "/usr/sbin/ptp4l -f /etc/ptp4l/multicast.conf -m -q",
autostart => true,
autorestart => true,
redirect_stderr => true,
stdout_logfile => $multicast_log_file,
stdout_logfile_maxbytes => 0,
stdout_logfile_backups => 0,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment