#!/pkg/bin/ksh
# -----------------------------------------------------------------------------
# show_ptp_packets_difference - Show command to show difference in
#                               PTP packets, to be used in show tech.
#
# February 2018, Lewis Gaul
#
# Copyright (c) 2018 by cisco Systems, Inc.
# All rights reserved.
#------------------------------------------------------------------------------

#
# This script runs the 'show ptp packet-counters' command twice with a
# sleep period in the middle to provide information on what packets are being
# sent at the moment when 'show tech-support ptp' is run.
#

ptp_show_packets
sleep 5
ptp_show_packets
