[nmstools-cvs] src/lib .cvsignore,1.3,1.4 Makefile.am,1.3,1.4 c7200-pa-bwpt.csv,1.2,1.3 ipr_routes-h
Brought to you by:
ssinyagin
|
From: Michel H. <mi...@us...> - 2002-12-02 12:38:08
|
Update of /cvsroot/nmstools/src/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv4712
Modified Files:
.cvsignore Makefile.am c7200-pa-bwpt.csv
ipr_routes-html.xsl.in
Log Message:
c7200-pa-bwpt.csv
Index: .cvsignore
===================================================================
RCS file: /cvsroot/nmstools/src/lib/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** .cvsignore 12 Aug 2002 14:45:38 -0000 1.3
--- .cvsignore 2 Dec 2002 12:37:59 -0000 1.4
***************
*** 8,14 ****
--- 8,16 ----
ios_devlist-csv.xsl
ios_devlist-html.xsl
+ ipr_routes-html.xsl
lib_nmstools.pl
mpls_serial-csv.xsl
nsapref-csv.xsl
+ other_ipr_routes-html.xsl
pnnitopo-html.xsl
pnnitopo-summary-html.xsl
Index: Makefile.am
===================================================================
RCS file: /cvsroot/nmstools/src/lib/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile.am 9 Aug 2002 13:13:47 -0000 1.3
--- Makefile.am 2 Dec 2002 12:37:59 -0000 1.4
***************
*** 22,25 ****
--- 22,28 ----
# Revision history:
# $Log$
+ # Revision 1.4 2002/12/02 12:37:59 mihahn
+ # c7200-pa-bwpt.csv
+ #
# Revision 1.3 2002/08/09 13:13:47 ssinyagin
# removed all temporary files
***************
*** 37,43 ****
--- 40,48 ----
ios_devlist-csv.xsl \
ios_devlist-html.xsl \
+ ipr_routes-html.xsl \
lib_nmstools.pl \
mpls_serial-csv.xsl \
nsapref-csv.xsl \
+ other_ipr_routes-html.xsl \
pnnitopo-html.xsl \
pnnitopo-summary-html.xsl \
***************
*** 66,72 ****
--- 71,79 ----
ios_devlist-csv.xsl.in \
ios_devlist-html.xsl.in \
+ ipr_routes-html.xsl.in \
lib_nmstools.pl.in \
mpls_serial-csv.xsl.in \
nsapref-csv.xsl.in \
+ other_ipr_routes-html.xsl.in \
pnnitopo-html.xsl.in \
pnnitopo-summary-html.xsl.in \
Index: c7200-pa-bwpt.csv
===================================================================
RCS file: /cvsroot/nmstools/src/lib/c7200-pa-bwpt.csv,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** c7200-pa-bwpt.csv 11 Oct 2002 14:12:37 -0000 1.2
--- c7200-pa-bwpt.csv 2 Dec 2002 12:37:59 -0000 1.3
***************
*** 13,16 ****
--- 13,17 ----
73-2428,PA-A3-0C3SML,300
73-2430,PA-A3-0C3MM,300
+ 73-2543,PA-MC-8E1/120=,0
73-2618,PA-2FEISL-TX,300
73-2956,C7200-I/O-FE,200
***************
*** 24,25 ****
--- 25,27 ----
73-5419,PA-2FE,400
73-5420,PA-2FE-FX,400
+ 800-07114,C7200-I/O-2FE/E,400
Index: ipr_routes-html.xsl.in
===================================================================
RCS file: /cvsroot/nmstools/src/lib/ipr_routes-html.xsl.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ipr_routes-html.xsl.in 22 Aug 2002 09:14:12 -0000 1.1
--- ipr_routes-html.xsl.in 2 Dec 2002 12:37:59 -0000 1.2
***************
*** 31,35 ****
<xsl:output method="html"/>
! <xsl:template match="isis_routes">
<HTML><TITLE>IPR Routes List</TITLE>
--- 31,35 ----
<xsl:output method="html"/>
! <xsl:template match="routes">
<HTML><TITLE>IPR Routes List</TITLE>
***************
*** 38,44 ****
routes.xml produced by ipr_analyze.pl.
Author: <A HREF="mailto:morangie at bluemail dot ch">Michel Hahne</A>.
! Date: <xsl:value-of select="/ipr_routes/@timestamp"/></FONT><BR/>
! <H1>ISIS Route List</H1>
--- 38,44 ----
routes.xml produced by ipr_analyze.pl.
Author: <A HREF="mailto:morangie at bluemail dot ch">Michel Hahne</A>.
! Date: <xsl:value-of select="/routes/@timestamp"/></FONT><BR/>
! <H1>IPR Route List</H1>
***************
*** 72,73 ****
--- 72,78 ----
</BODY>
</HTML>
+
+ </xsl:template>
+
+ </xsl:transform>
+
|