summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcp_edit.php
diff options
context:
space:
mode:
authorlukehamburg <luke.hamburg@gmail.com>2017-02-09 00:59:23 -0500
committerlukehamburg <luke.hamburg@gmail.com>2017-02-09 00:59:23 -0500
commitc516cb287a78f7b05459e7fcba410f443d8eb8af (patch)
tree1fa3467f294c08f2ca52dcff4545e77b0cab642d /src/usr/local/www/services_dhcp_edit.php
parent6c2f093000b05285546e81dd1a578fc9b573b72b (diff)
downloadpfsense-c516cb287a78f7b05459e7fcba410f443d8eb8af.zip
pfsense-c516cb287a78f7b05459e7fcba410f443d8eb8af.tar.gz
4th attempt!
- Reworked based on recent comments from @rbgarga
Diffstat (limited to 'src/usr/local/www/services_dhcp_edit.php')
-rw-r--r--src/usr/local/www/services_dhcp_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dhcp_edit.php b/src/usr/local/www/services_dhcp_edit.php
index cd45b90..ce8852f 100644
--- a/src/usr/local/www/services_dhcp_edit.php
+++ b/src/usr/local/www/services_dhcp_edit.php
@@ -385,7 +385,7 @@ if ($_POST) {
// Get our MAC address
$ip = $_SERVER['REMOTE_ADDR'];
-$mymac = arp_get_mac_by_ip($ip);
+$mymac = arp_get_mac_by_ip($ip, false);
$iflist = get_configured_interface_with_descr();
$ifname = '';
OpenPOWER on IntegriCloud