Project

General

Profile

Bug #3016 ยป branch-inet.diff

Serguei Leontiev, 06/01/2013 07:26 AM

View differences:

./pfsense/etc/inc/vpn.inc 2013-06-01 16:26:34.000000000 +0400
869 869

  
870 870
				if(($ph2ent['mode'] == "tunnel") or ($ph2ent['mode'] == 'tunnel6')) {
871 871
					// Error will be logged above, no need to log this twice. #2201
872
					if (!is_subnet($localid))
872
					if (!is_subnet($localid) && ($localid != "0.0.0.0/0")))
873 873
						continue;
874 874

  
875 875
					if($ph2ent['mode'] == "tunnel6")
    (1-1/1)