summaryrefslogtreecommitdiffstats
path: root/iptables-xml.8
diff options
context:
space:
mode:
Diffstat (limited to 'iptables-xml.8')
-rw-r--r--iptables-xml.818
1 files changed, 9 insertions, 9 deletions
diff --git a/iptables-xml.8 b/iptables-xml.8
index 2e4a3da3..705dc5e9 100644
--- a/iptables-xml.8
+++ b/iptables-xml.8
@@ -50,21 +50,21 @@ target like SNAT and another chain.
Some sample output is:
<iptables-rules>
- <table name="mangle" >
+ <table name="mangle">
<chain name="PREROUTING" policy="ACCEPT" packet-count="63436"
-byte-count="7137573" >
- <rule >
+byte-count="7137573">
+ <rule>
<conditions>
- <match >
- <p >tcp</p>
+ <match>
+ <p>tcp</p>
</match>
- <tcp >
- <sport >8443</sport>
+ <tcp>
+ <sport>8443</sport>
</tcp>
</conditions>
<actions>
- <call >
- <check_ip />
+ <call>
+ <check_ip/>
</call>
<ACCEPT/>
</actions>