mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Großes Update:
Hinzugefügt: * L7-Protokolle Geändert: * XAMPP 1.5.1 --> 1.5.3 * Sämtliche "IPCops" durch "IPFire" im Webinterface ersetzt * Einige Fixes, wegen Errors im Webinterface. (Im Forum zu finden.) git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@148 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -1122,10 +1122,10 @@ sub valaddupdate
|
||||
$prtrange2 = 1;
|
||||
}
|
||||
if ($cgiparams{'SRC_IP'} eq '0.0.0.0') { # Dave Roberts - only check if using DEFAULT IP
|
||||
if ($prtrange2 == 1){ # check for destination ports reserved for IPCop
|
||||
if ($prtrange2 == 1){ # check for destination ports reserved for IPFire
|
||||
&disallowreserved($cgiparams{'DEST_PORT'},1,$cgiparams{'PROTOCOL'},"dst");
|
||||
if ($errormessage) { goto EXITSUB; }
|
||||
} else { # check for destination port reserved for IPCop
|
||||
} else { # check for destination port reserved for IPFire
|
||||
&disallowreserved($cgiparams{'DEST_PORT'},0,$cgiparams{'PROTOCOL'},"dst");
|
||||
if ($errormessage) { goto EXITSUB; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user