Actions
Bug #486
closedRules with gateway selected not upgraded properly
Start date:
04/05/2010
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:
Description
The following rule from 1.2.x:
<rule>
<type>pass</type>
<interface>lan</interface>
<max-src-nodes/>
<max-src-states/>
<statetimeout/>
<statetype>keep state</statetype>
<os/>
<source>
<any/>
</source>
<destination>
<address>1.2.3.0/24</address>
</destination>
<descr>out DSL</descr>
<gateway>opt1</gateway>
</rule>
is exactly the same after upgrade, but no longer routes the traffic out OPT1. The rule is added without the route-to, and it logs:
php: : Could not find gateway (opt1) for rule out DSL - lan.
Updated by Seth Mos over 15 years ago
- Status changed from Feedback to Resolved
Confirmed Fixed in snapshot 2010-05-16
Actions