summaryrefslogtreecommitdiff
path: root/xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xsl')
-rw-r--r--xsl/show_nat_statistics.xsl7
1 files changed, 2 insertions, 5 deletions
diff --git a/xsl/show_nat_statistics.xsl b/xsl/show_nat_statistics.xsl
index 140f98c..a9908a6 100644
--- a/xsl/show_nat_statistics.xsl
+++ b/xsl/show_nat_statistics.xsl
@@ -48,9 +48,9 @@
<xsl:text>&newln;</xsl:text>
<xsl:text>Type Codes: SRC - source, DST - destination, MASQ - masquerade&newln;</xsl:text>
<xsl:text>&newln;</xsl:text>
-<xsl:text>rule packets bytes type IN OUT</xsl:text>
+<xsl:text>rule count type IN OUT</xsl:text>
<xsl:text>&newln;</xsl:text>
-<xsl:text>---- ------- ----- ---- --------- ---------</xsl:text>
+<xsl:text>---- ------- ---- --------- ---------</xsl:text>
<xsl:text>&newln;</xsl:text>
<xsl:for-each select="format/row">
@@ -61,9 +61,6 @@
<xsl:value-of select="pkts"/>
<xsl:value-of select="substring($pad10,1,$pad10_len - string-length(pkts))"/>
-<xsl:value-of select="bytes"/>
-<xsl:value-of select="substring($pad10,1,$pad10_len - string-length(bytes))"/>
-
<xsl:choose>
<xsl:when test="type='source'">
<xsl:text>SRC </xsl:text>