From f74c9aba3985ac236f16927ef79eae6370b484c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20LU=C3=87I?= Date: Tue, 2 Dec 2014 11:06:18 +0100 Subject: Comment out copy paste of v4 code. No need to delete arp entries on v6. --- etc/inc/interfaces.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/inc/interfaces.inc') 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; -- cgit v1.1