Commit 16ffbff9 authored by Andrew Berry's avatar Andrew Berry Committed by Franco Fichtner

Note that src and dst ports only apply to TCP and UDP

parent c687c9bb
...@@ -685,7 +685,7 @@ $( document ).ready(function() { ...@@ -685,7 +685,7 @@ $( document ).ready(function() {
</tbody> </tbody>
</table> </table>
<div class="hidden" for="help_for_srcport"> <div class="hidden" for="help_for_srcport">
<?=gettext("Specify the source port or port range for this rule"); ?>. <?=gettext("When using the TCP or UDP protocols, specify the source port or port range for this rule"); ?>.
<b><?=gettext("This is usually"); ?> <b><?=gettext("This is usually"); ?>
<em><?=gettext("random"); ?></em> <em><?=gettext("random"); ?></em>
<?=gettext("and almost never equal to the destination port range (and should usually be 'any')"); ?>. <?=gettext("and almost never equal to the destination port range (and should usually be 'any')"); ?>.
...@@ -829,7 +829,7 @@ $( document ).ready(function() { ...@@ -829,7 +829,7 @@ $( document ).ready(function() {
</tbody> </tbody>
</table> </table>
<div class="hidden" for="help_for_dstport"> <div class="hidden" for="help_for_dstport">
<?=gettext("Specify the port or port range for the destination of the packet for this mapping."); ?> <?=gettext("When using the TCP or UDP protocols, specify the port or port range for the destination of the packet for this mapping."); ?>
</div> </div>
</td> </td>
</tr> </tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment