From 9a38338ca5528a1f7f19e439a7809b89e96aa748 Mon Sep 17 00:00:00 2001 From: Ermal Date: Wed, 14 Apr 2010 14:37:36 +0000 Subject: Ticket #386. Add even the network address to the list of addresses on proxy arp vips to the naat out edit. --- usr/local/www/firewall_nat_out_edit.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'usr/local') diff --git a/usr/local/www/firewall_nat_out_edit.php b/usr/local/www/firewall_nat_out_edit.php index 56918b0..45db4ba 100755 --- a/usr/local/www/firewall_nat_out_edit.php +++ b/usr/local/www/firewall_nat_out_edit.php @@ -434,6 +434,10 @@ any) foreach ($config['virtualip']['vip'] as $sn): if ($sn['mode'] == "proxyarp" && $sn['type'] == "network"): $baseip = ip2long($sn['subnet']) & ip2long(gen_subnet_mask($sn['subnet_bits'])); + $snip = long2ip($baseip); +?> + +