summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2014-12-02 11:06:18 +0100
committerErmal LUÇI <eri@pfsense.org>2014-12-02 11:06:18 +0100
commitf74c9aba3985ac236f16927ef79eae6370b484c2 (patch)
tree41cc97cd964a13dd112c08d625ce9e297ee5b67b /etc
parent9eabb248652fc4a3ee0dc76cbcc60f6476fe3a4b (diff)
downloadpfsense-f74c9aba3985ac236f16927ef79eae6370b484c2.zip
pfsense-f74c9aba3985ac236f16927ef79eae6370b484c2.tar.gz
Comment out copy paste of v4 code. No need to delete arp entries on v6.
Diffstat (limited to 'etc')
-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 6207cd9..9351cb2 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -1205,7 +1205,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