Project

General

Profile

« Previous | Next » 

Revision 533e6800

Added by Scott Ullrich over 16 years ago

Do not automatically create a record for WAN.

View differences:

usr/local/www/firewall_nat_out.php
93 93
			foreach($ifdescrs as $if => $ifdesc) {
94 94
				if (interface_has_gateway())
95 95
					continue;
96
				if($ifdesc == "WAN")
97
					continue;
96 98
				$natent = array();
97 99
				$osn = gen_subnet($config['interfaces'][$if]['ipaddr'],
98 100
					$config['interfaces'][$if]['subnet']);

Also available in: Unified diff