summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-03-15 04:04:04 +0000
committerBill Marquette <billm@pfsense.org>2005-03-15 04:04:04 +0000
commitf1da88f60368d2738cc6d2a2e670a1c6db2c6809 (patch)
treee0cc76d1c4a5725b38595a1da1a47a1240794d37 /usr
parent5c0538e034842fb0128007a89d095fc5af82dca6 (diff)
downloadpfsense-f1da88f60368d2738cc6d2a2e670a1c6db2c6809.zip
pfsense-f1da88f60368d2738cc6d2a2e670a1c6db2c6809.tar.gz
Move static arp code around to present it cleaner
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/services_dhcp.php9
1 files changed, 4 insertions, 5 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php
index 920fc0f..dc7a150 100755
--- a/usr/local/www/services_dhcp.php
+++ b/usr/local/www/services_dhcp.php
@@ -289,6 +289,10 @@ The default is to use the IP of the firewall as the gateway. Specify an alterna
for a specific expiration time.<br>
The default is 86400 seconds.</td>
</tr>
+ <tr>
+ <td width="22%" valign="top" class="vncell">Static ARP</td>
+ <td width="78%" class="vtable"><input type="checkbox" name="enablestaticarp" id="enablestaticarp" <?php if($config['staticarp']['enablestaticarp'] == "enabled") echo " checked"; ?>>&nbsp; <b>Enable Static ARP entries</b></td>
+ </tr>
<tr>
<td width="22%" valign="top">&nbsp;</td>
<td width="78%">
@@ -309,11 +313,6 @@ The default is to use the IP of the firewall as the gateway. Specify an alterna
</span></p></td>
</tr>
</table>
- &nbsp;<br>
- <table width="100%" border="0" cellpadding="0" cellspacing="0">
- <tr><td colspan=3><hr></td></tr>
- <tr><td width="2%"><input type="checkbox" name="enablestaticarp" id="enablestaticarp" <?php if($config['staticarp']['enablestaticarp'] == "enabled") echo " checked"; ?>></td><td><b>Enable LAN StaticArp</td><td align="right"><input type="submit" value="Save"></td></tr>
- <tr><td colspan=3><hr></td></tr>
</table><br>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
OpenPOWER on IntegriCloud