Bug #3016 ยป branch-inet.diff
| ./pfsense/etc/inc/vpn.inc 2013-06-01 16:26:34.000000000 +0400 | ||
|---|---|---|
|
if(($ph2ent['mode'] == "tunnel") or ($ph2ent['mode'] == 'tunnel6')) {
|
||
|
// Error will be logged above, no need to log this twice. #2201
|
||
|
if (!is_subnet($localid))
|
||
|
if (!is_subnet($localid) && ($localid != "0.0.0.0/0")))
|
||
|
continue;
|
||
|
if($ph2ent['mode'] == "tunnel6")
|
||