summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2014-12-02 11:07:22 +0100
committerErmal LUÇI <eri@pfsense.org>2014-12-02 11:07:22 +0100
commit1ff8e8f65a6bd3510fbaedfecb637c5a5833d442 (patch)
tree217e1bd259798c0a65214629844749fb09bebfac
parentf74c9aba3985ac236f16927ef79eae6370b484c2 (diff)
downloadpfsense-1ff8e8f65a6bd3510fbaedfecb637c5a5833d442.zip
pfsense-1ff8e8f65a6bd3510fbaedfecb637c5a5833d442.tar.gz
Comment out copy paste of v4 code. No need to delete arp entries on v6.
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 9351cb2..45bd189 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -1178,7 +1178,7 @@ function interface_bring_down($interface = "wan", $destroy = false, $ifacecfg =
interface_ipalias_cleanup($interface, "inet6");
if ($destroy == true)
pfSense_interface_flags($realif, -IFF_UP);
- mwexec("/usr/sbin/arp -d -i " . escapeshellarg($realif) . " -a");
+ //mwexec("/usr/sbin/arp -d -i " . escapeshellarg($realif) . " -a");
}
$track6 = link_interface_to_track6($interface);
break;
OpenPOWER on IntegriCloud