From 02428bf5dd652e2bb9f6d6f128d6273cd1b828a8 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 12 May 2020 09:14:44 +0200 Subject: [PATCH] interfaces: remove this, new dhcp6c seems to work fine --- src/etc/inc/interfaces.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/etc/inc/interfaces.inc b/src/etc/inc/interfaces.inc index 36e07dd9e..23db87f52 100644 --- a/src/etc/inc/interfaces.inc +++ b/src/etc/inc/interfaces.inc @@ -3053,7 +3053,6 @@ function interface_dhcpv6_prepare($interface = 'wan', $wancfg, $linkdownevent = } $dhcp6cconf .= file_get_contents("/var/etc/dhcp6c_{$_interface}.conf"); - $dhcp6ccommand .= exec_safe(' %s', get_real_interface($_interface, 'inet6')); } @file_put_contents('/var/etc/dhcp6c.conf', $dhcp6cconf);