<ahref="interfaces_bridge.php?act=del&id=<?=$i;?>"class="btn btn-default"onclick="return confirm('<?=gettext("Do you really want to delete this bridge?");?>')"><spanclass="glyphicon glyphicon-remove"></span></a>
</td>
</tr>
<?php$i++;endforeach;?>
</tbody>
</tbody>
</table>
</div>
<divclass="container-fluid">
<pclass="vexpl"><spanclass="text-danger"><strong>
<?=gettext("Note:");?><br/>
...
...
@@ -182,13 +182,13 @@ $main_buttons = array(
<?=gettext("Here you can configure bridging of interfaces.");?>
<ahref="interfaces_gif.php?act=del&id=<?=$i;?>"class="btn btn-default"onclick="return confirm('<?=gettext("Do you really want to delete this gif tunnel?");?>')"><spanclass="glyphicon glyphicon-remove"></span></a>
</td>
</tr>
<?php$i++;endforeach;?>
</tbody>
</tbody>
</table>
</div>
<divclass="container-fluid">
<pclass="vexpl"><spanclass="red"><strong>
<?=gettext("Note:");?><br/>
...
...
@@ -165,7 +165,7 @@ $main_buttons = array(
<br/><br/>
<?phpechogettext("If you are using a GIF tunnel to connect to a Hurricane Electric (he.net) Tunnel Broker on a WAN with a dynamic IP, you may want to add a");?><ahref="services_dyndns.php"><?phpechogettext("HE.net Tunnelbroker type DynDNS Entry");?></a><?phpechogettext("to keep your tunnel functional when your IP changes.");?></p>
<ahref="interfaces_gre.php?act=del&id=<?=$i;?>"class="btn btn-default"onclick="return confirm('<?=gettext("Do you really want to delete this GRE tunnel?");?>')"><spanclass="glyphicon glyphicon-remove"></span></a>
</td>
</tr>
<?php$i++;endforeach;?>
</tbody>
</tbody>
</table>
</div>
<divclass="container-fluid">
<p><spanclass="text-danger"><strong><?=gettext("Note:");?><br/></strong></span><?=gettext("Here you can configure Generic Routing Encapsulation (GRE - RFC 2784) tunnels.");?></p>
<ahref="interfaces_groups.php?act=del&id=<?=$i;?>"class="btn btn-default"onclick="return confirm('<?=gettext("Do you really want to delete this group? All elements that still use it will become invalid (e.g. filter rules)!");?>')"title="<?=gettext("delete ifgroupentry");?>"><spanclass="glyphicon glyphicon-remove"></span></a>
</td>
</tr>
<?php$i++;endforeach;endif;?>
</tbody>
</tbody>
</table>
<divclass="container-fluid">
<p><spanclass="vexpl"><spanclass="text-danger"><strong><?=gettext("Note:");?><br/></strong></span><?=gettext("Interface Groups allow you to create rules that apply to multiple interfaces without duplicating the rules. If you remove members from an interface group, the group rules no longer apply to that interface.");?></span></p>
<p><spanclass="vexpl"><spanclass="text-danger"><strong><?=gettext("Note:");?><br/></strong></span><?=gettext("Interface Groups allow you to create rules that apply to multiple interfaces without duplicating the rules. If you remove members from an interface group, the group rules no longer apply to that interface.");?></span></p>
<ahref="interfaces_lagg.php?act=del&id=<?=$i;?>"class="btn btn-default"onclick="return confirm('<?=gettext("Do you really want to delete this LAGG interface?");?>')"><spanclass="glyphicon glyphicon-remove"></span></a>
<ahref="interfaces_ppps.php?act=del&id=<?=$i;?>"class="btn btn-default"onclick="return confirm('<?=gettext("Do you really want to delete this PPP interface?");?>')"><spanclass="glyphicon glyphicon-remove"></span></a>
<ahref="interfaces_qinq_edit.php?act=del&id=<?=$i;?>"class="btn btn-default"onclick="return confirm('<?=gettext("Do you really want to delete this QinQ?");?>')"><spanclass="glyphicon glyphicon-remove"></span></a>
</td>
</tr>
<?php$i++;endforeach;?>
</tbody>
</tbody>
</table>
</div>
<divclass="container-fluid">
<pclass="vexpl"><spanclass="text-danger"><strong>
<?=gettext("Note:");?><br/>
</strong></span>
<?phpprintf(gettext("Not all drivers/NICs support 802.1Q QinQ tagging properly. On cards that do not explicitly support it, QinQ tagging will still work, but the reduced MTU may cause problems. See the %s handbook for information on supported cards."),$g['product_name']);?></p>
<ahref="interfaces_vlan.php?act=del&id=<?=$i;?>"class="btn btn-default"onclick="return confirm('<?=gettext("Do you really want to delete this VLAN?");?>')"><spanclass="glyphicon glyphicon-remove"></span></a>
</td>
</tr>
<?php$i++;endforeach;?>
</tbody>
</tbody>
</table>
</div>
<divclass="container-fluid">
<pclass="vexpl"><spanclass="text-danger"><strong>
<?=gettext("Note:");?><br/>
</strong></span>
<?phpprintf(gettext("Not all drivers/NICs support 802.1Q VLAN tagging properly. On cards that do not explicitly support it, VLAN tagging will still work, but the reduced MTU may cause problems. See the %s handbook for information on supported cards."),$g['product_name']);?></p>
<ahref="interfaces_wireless.php?act=del&id=<?=$i;?>"class="btn btn-default"onclick="return confirm('<?=gettext("Do you really want to delete this wireless clone?");?>')"><spanclass="glyphicon glyphicon-remove"></span></a>
<?=gettext("Here you can configure clones of wireless interfaces, which can be assigned as separate independent interfaces. Only available on wireless chipsets that support this, with limitations on the number that can be created in each mode.");?></p>