From c61ece51fe28ed37c09f49f23fff36048a8d6fac Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 3 Sep 2018 23:39:07 +0200 Subject: [PATCH] interfaces: address stripping works, avoid destroy... #2661 ... as it can cause reconfigure loops, at least with a faulty config. --- src/etc/inc/interfaces.inc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/etc/inc/interfaces.inc b/src/etc/inc/interfaces.inc index d2946f3ab..f866e76dc 100644 --- a/src/etc/inc/interfaces.inc +++ b/src/etc/inc/interfaces.inc @@ -1068,11 +1068,6 @@ function interface_bring_down($interface = "wan", $ifacecfg = false) case 'dhcp6': killbypid("/var/run/dhcp6c_{$realifv6}.pid", 'TERM', true); break; - case '6rd': - case '6to4': - /* oddity with 6rd/6to4 as we destroy on reconfigure anyway */ - legacy_interface_destroy($realifv6); - break; default: break; }