Projet

Général

Profil

« Précédent | Suivant » 

Révision 0d0c01ca

Ajouté par jim-p il y a presque 10 ans

Add (self) keyword for specifying "any IP address on this firewall" as a rule choice.

Voir les différences:

usr/local/www/guiconfig.inc
231 231
/* TCP flags */
232 232
$tcpflags = array("fin", "syn", "rst", "psh", "ack", "urg", "ece", "cwr");
233 233

  
234
$specialnets = array("pptp" => "PPTP clients", "pppoe" => "PPPoE clients", "l2tp" => "L2TP clients");
234
$specialnets = array("(self)" => "This Firewall", "pptp" => "PPTP clients", "pppoe" => "PPPoE clients", "l2tp" => "L2TP clients");
235 235

  
236 236
$spiflist = get_configured_interface_with_descr(false, true);
237 237
foreach ($spiflist as $ifgui => $ifdesc) {

Formats disponibles : Unified diff