Projet

Général

Profil

« Précédent | Suivant » 

Révision bc0f669e

Ajouté par Daniel Becker il y a presque 10 ans

bring protocols on NAT edit page more in line with rule edit page

Voir les différences:

usr/local/www/firewall_nat_edit.php
533 533
                  <td width="22%" valign="top" class="vncellreq"><?=gettext("Protocol"); ?></td>
534 534
                  <td width="78%" class="vtable">
535 535
                    <select name="proto" class="formselect" onchange="proto_change(); check_for_aliases();">
536
                      <?php $protocols = explode(" ", "TCP UDP TCP/UDP GRE ESP ICMP"); foreach ($protocols as $proto): ?>
536
                      <?php $protocols = explode(" ", "TCP UDP TCP/UDP ICMP ESP AH GRE IPV6 IGMP PIM OSPF"); foreach ($protocols as $proto): ?>
537 537
                      <option value="<?=strtolower($proto);?>" <?php if (strtolower($proto) == $pconfig['proto']) echo "selected=\"selected\""; ?>><?=htmlspecialchars($proto);?></option>
538 538
                      <?php endforeach; ?>
539 539
                    </select> <br/> <span class="vexpl"><?=gettext("Choose which IP protocol " .

Formats disponibles : Unified diff