⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
pfSense
All Projects
pfSense
Overview
Activity
Roadmap
Issues
Gantt
Calendar
News
Documents
Repository
«
Previous
|
Next
»
Revision e260bd6f
Added by Scott Ullrich
almost 20 years
ago
ID
e260bd6f4c16d0002ced256d93f8b4ade6e7777a
Parent
80cf44e9
Child
d237be68
MFC 7153
UI for Commit [7145]
Adv. rules WILL need to be modified for this change
NOTE! This merge was not 100% clean. Had an issue with:
342,348
**
</tr>
<tr>
<td>Destination port: </td>
- <td><input name="natport" type="text" class="formfld" id="natport" size="5" value="=htmlspecialchars($pconfig['natport']);?>"> (leave blank for any)</td>
</tr>
</table>
</td>
--- 351,357 ----
</tr>
<tr>
<td>Destination port: </td>
+ <td><input name="dstport" type="text" class="formfld" id="dstport" size="5" value="=htmlspecialchars($pconfig['dstport']);?>"> (leave blank for any)</td>
</tr>
</table>
</td>
Changes
View differences
added
modified
copied
renamed
deleted
usr
local
www
firewall_nat_out_edit.php
(
diff
)
Loading...
MFC 7153
UI for Commit [7145]
Adv. rules WILL need to be modified for this change
NOTE! This merge was not 100% clean. Had an issue with:</tr>
<tr>
<td>Destination port: </td>
- <td><input name="natport" type="text" class="formfld" id="natport" size="5" value="=htmlspecialchars($pconfig['natport']);?>"> (leave blank for any)</td>
</tr>
</table>
</td>
--- 351,357 ----
</tr>
<tr>
<td>Destination port: </td>
+ <td><input name="dstport" type="text" class="formfld" id="dstport" size="5" value="=htmlspecialchars($pconfig['dstport']);?>"> (leave blank for any)</td>
</tr>
</table>
</td>