summaryrefslogtreecommitdiffstats
path: root/conf.default
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2010-01-26 23:59:43 +0000
committerErmal Luçi <eri@pfsense.org>2010-01-26 23:59:43 +0000
commit9b16b83439add7c4898c8911e5a36a1ed1d3bdc2 (patch)
tree77a4f23c1936b15e962ee61ff2b6aabecd8aabd9 /conf.default
parent8f3f7729dca3cb734bc9d06a53953a07d6fca0c1 (diff)
downloadpfsense-9b16b83439add7c4898c8911e5a36a1ed1d3bdc2.zip
pfsense-9b16b83439add7c4898c8911e5a36a1ed1d3bdc2.tar.gz
Ticket #136.
Fix associated nat rules. Now both the filter rules and the nat ones contain a associated-rule-id tag which helps link the items together. The API to use for this is in itemid.inc. All the issues should be solved now.
Diffstat (limited to 'conf.default')
-rw-r--r--conf.default/config.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf.default/config.xml b/conf.default/config.xml
index da74d68..a8b6056 100644
--- a/conf.default/config.xml
+++ b/conf.default/config.xml
@@ -441,7 +441,7 @@
<target></target>
<local-port></local-port>
<descr></descr>
- <associated-filter-rule-id></associated-filter-rule-id>
+ <associated-rule-id></associated-rule-id>
</rule>
-->
<!--
@@ -491,7 +491,7 @@
<destination>
<any/>
</destination>
- <associated-nat-rule-id></associated-nat-rule-id>
+ <associated-rule-id></associated-rule-id>
</rule>
<!-- rule syntax:
<rule>
@@ -793,4 +793,4 @@
<widgets>
<sequence>system_information-container:col1:show,captive_portal_status-container:col1:close,carp_status-container:col1:close,cpu_graphs-container:col1:close,gateways-container:col1:close,gmirror_status-container:col1:close,installed_packages-container:col1:close,interface_statistics-container:col1:close,interfaces-container:col2:show,ipsec-container:col2:close,load_balancer_status-container:col2:close,log-container:col2:close,picture-container:col2:close,rss-container:col2:close,services_status-container:col2:close,traffic_graphs-container:col2:close</sequence>
</widgets>
-</pfsense> \ No newline at end of file
+</pfsense>
OpenPOWER on IntegriCloud