mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
Merge pull request #496 from 8191/master
firewall: adopt formatting of RFC 1918 and IANA rules
This commit is contained in:
commit
3a757205b7
@ -319,14 +319,14 @@ $( document ).ready(function() {
|
||||
if (isset($config['interfaces'][$selected_if]['blockbogons'])): ?>
|
||||
<tr valign="top" id="frrfc1918">
|
||||
<td> </td>
|
||||
<td align="center"><span class="glyphicon glyphicon-remove text-danger"></span></td>
|
||||
<td><span class="glyphicon glyphicon-remove text-danger"></span></td>
|
||||
<td>*</td>
|
||||
<td><?=gettext("Reserved/not assigned by IANA");?></td>
|
||||
<td class="hidden-xs hidden-sm">*</td>
|
||||
<td class="hidden-xs hidden-sm">*</td>
|
||||
<td class="hidden-xs hidden-sm">*</td>
|
||||
<td class="hidden-xs hidden-sm">*</td>
|
||||
<td class="hidden-xs hidden-sm">*</td>
|
||||
<td class="hidden-xs hidden-sm"> </td>
|
||||
<td><?=gettext("Block bogon networks");?></td>
|
||||
<td>
|
||||
<a href="interfaces.php?if=<?=htmlspecialchars($if)?>#rfc1918" title="<?=gettext("edit rule");?>" class="btn btn-default btn-xs"><span class="glyphicon glyphicon-pencil"></span></a>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user