Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
4a82c730
Commit
4a82c730
authored
Dec 25, 2016
by
Andrew Berry
Committed by
Franco Fichtner
Jan 02, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Note that src and dst ports only apply to TCP and UDP
(cherry picked from commit
16ffbff9
)
parent
8dfdae31
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
firewall_nat_edit.php
src/www/firewall_nat_edit.php
+2
-2
No files found.
src/www/firewall_nat_edit.php
View file @
4a82c730
...
...
@@ -685,7 +685,7 @@ $( document ).ready(function() {
</tbody>
</table>
<div
class=
"hidden"
for=
"help_for_srcport"
>
<?=
gettext
(
"
S
pecify the source port or port range for this rule"
);
?>
.
<?=
gettext
(
"
When using the TCP or UDP protocols, s
pecify the source port or port range for this rule"
);
?>
.
<b>
<?=
gettext
(
"This is usually"
);
?>
<em>
<?=
gettext
(
"random"
);
?>
</em>
<?=
gettext
(
"and almost never equal to the destination port range (and should usually be 'any')"
);
?>
.
...
...
@@ -829,7 +829,7 @@ $( document ).ready(function() {
</tbody>
</table>
<div
class=
"hidden"
for=
"help_for_dstport"
>
<?=
gettext
(
"
S
pecify the port or port range for the destination of the packet for this mapping."
);
?>
<?=
gettext
(
"
When using the TCP or UDP protocols, s
pecify the port or port range for the destination of the packet for this mapping."
);
?>
</div>
</td>
</tr>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment