#! /pkg/bin/ksh
# ----------------------------------------------------------------------
# show_tech_tunnel_ip_pd_util -- Tunnel IP PD show tech-support script utilities
#
# April 2016, Andy Karch
#
# Copyright (c) 2016-2017, 2023 by cisco Systems, Inc.
# All rights reserved.
#-----------------------------------------------------------------------

. /pkg/bin/show_tech_dpa_util


display_tunnel_ip_pd_rp() {
    tunnel_ip_pd_rp__ksh[1]=''

    exec_commands tunnel_ip_pd_rp

    #add grid here
}

display_tunnel_ip_pd_lc() {

    tunnel_ip_pd_lc_exec[1]='ofa_show_client -t iptunneldecap -b'
    tunnel_ip_pd_lc__ksh[1]='ofa_show_client -t iptunneldecap -b'

    tunnel_ip_pd_lc_exec[2]='ofa_show_client -t iptunnelencap -b'
    tunnel_ip_pd_lc__ksh[2]='ofa_show_client -t iptunnelencap -b'

    tunnel_ip_pd_lc_exec[3]='ofa_show_client -t l3intf -b'
    tunnel_ip_pd_lc__ksh[3]='ofa_show_client -t l3intf -b'

    tunnel_ip_pd_lc_exec[4]='show tunnel ip trace platform event error'
    tunnel_ip_pd_lc__ksh[4]='tunl_ip_pd_show_ltrace -R -V'

    tunnel_ip_pd_lc__ksh[5]=''

    exec_commands tunnel_ip_pd_lc

    display_dpa_lc
}
