From 6d8fb87d9178e44a26bfaf582bd5297d01d4e58d Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 23 Apr 2019 08:16:06 +0200 Subject: [PATCH] interfaces: fix comment #3406 --- src/etc/inc/interfaces.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/interfaces.inc b/src/etc/inc/interfaces.inc index 9c8afc61e..3b32818c3 100644 --- a/src/etc/inc/interfaces.inc +++ b/src/etc/inc/interfaces.inc @@ -2563,7 +2563,7 @@ function interface_track6_configure($interface = 'lan', $lancfg, $linkupevent = if ($linkdownevent || !isset($lancfg['enable'])) { switch ($trackcfg['ipaddrv6']) { - /* deconfiguring 6to4 and 6rd is done elsewhere, simply removed addresses */ + /* deconfiguring 6to4 and 6rd is done elsewhere as it simply removes addresses */ case 'slaac': case 'dhcp6': interface_dhcpv6_prepare($lancfg['track6-interface'], $trackcfg);