[nmstools-cvs] src/bin Makefile.am,1.4,1.5
Brought to you by:
ssinyagin
|
From: Michel H. <mi...@us...> - 2002-11-19 14:51:11
|
Update of /cvsroot/nmstools/src/bin In directory sc8-pr-cvs1:/tmp/cvs-serv19767 Modified Files: Makefile.am Log Message: mpls_collect_vpn_rt.pl.in, mpls_vpn_rt_cvsimport.sh.in added Index: Makefile.am =================================================================== RCS file: /cvsroot/nmstools/src/bin/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile.am 19 Nov 2002 08:42:32 -0000 1.4 --- Makefile.am 19 Nov 2002 14:51:04 -0000 1.5 *************** *** 22,25 **** --- 22,28 ---- # Revision history: # $Log$ + # Revision 1.5 2002/11/19 14:51:04 mihahn + # mpls_collect_vpn_rt.pl.in, mpls_vpn_rt_cvsimport.sh.in added + # # Revision 1.4 2002/11/19 08:42:32 mihahn # Removed unneeded files *************** *** 68,72 **** ipr_procxml.sh \ mpls_collectrunning.pl \ ! mpls_collect_rt_vpnint1.pl \ mpls_getisistopo.pl \ mpls_procxml.sh \ --- 71,75 ---- ipr_procxml.sh \ mpls_collectrunning.pl \ ! mpls_collect_vpn_rt.pl \ mpls_getisistopo.pl \ mpls_procxml.sh \ *************** *** 74,82 **** mpls_tdptopo.pl \ mpls_track.pl \ mpls_vrfinventory.pl \ ospf_collectrunning.pl \ ospf_getnodelist.pl \ ospf_procxml.sh \ - rt_vpnint1_cvsimport.sh \ runiosbatch.pl \ runioscmd.pl \ --- 77,85 ---- mpls_tdptopo.pl \ mpls_track.pl \ + mpls_vpn_rt_cvsimport.sh \ mpls_vrfinventory.pl \ ospf_collectrunning.pl \ ospf_getnodelist.pl \ ospf_procxml.sh \ runiosbatch.pl \ runioscmd.pl \ *************** *** 114,119 **** ipr_analyze.pl.in \ ipr_procxml.sh.in \ - mpls_collect_rt_vpnint1.pl.in \ mpls_collectrunning.pl.in \ mpls_getisistopo.pl.in \ mpls_procxml.sh.in \ --- 117,122 ---- ipr_analyze.pl.in \ ipr_procxml.sh.in \ mpls_collectrunning.pl.in \ + mpls_collect_vpn_rt.pl.in \ mpls_getisistopo.pl.in \ mpls_procxml.sh.in \ *************** *** 121,129 **** mpls_tdptopo.pl.in \ mpls_track.pl.in \ mpls_vrfinventory.pl.in \ ospf_collectrunning.pl.in \ ospf_getnodelist.pl.in \ ospf_procxml.sh.in \ - rt_vpnint1_cvsimport.sh.in \ runiosbatch.pl.in \ runioscmd.pl.in \ --- 124,132 ---- mpls_tdptopo.pl.in \ mpls_track.pl.in \ + mpls_vpn_rt_cvsimport.sh.in \ mpls_vrfinventory.pl.in \ ospf_collectrunning.pl.in \ ospf_getnodelist.pl.in \ ospf_procxml.sh.in \ runiosbatch.pl.in \ runioscmd.pl.in \ |