Actions
Bug #14136
closedServices Status page and Dashboard widget do not list the ``radvd`` service with certain static IPv6 configurations
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
23.05
Release Notes:
Default
Affected Version:
2.7.0
Affected Architecture:
Description
After upgrading from 2.5.2 to 23.01 I noticed that radvd
no longer appears in Services Status or the associated dashboard widget even though the process is enabled and running as configured. Assuming this change was not intended, I think there was an error introduced in #13446 and that this may be the fix:
--- pfsense-utils.inc.orig 2023-03-20 10:17:45.243876000 -0400
+++ pfsense-utils.inc 2023-03-20 10:17:05.850054000 -0400
@@ -1500,7 +1500,7 @@
/* handle manually configured DHCP6 server settings first */
foreach ($dhcpdv6cfg as $dhcpv6if => $dhcpv6ifconf) {
- if (config_path_enabled("interfaces/{$dhcpv6if}")) {
+ if (!config_path_enabled("interfaces/{$dhcpv6if}")) {
continue;
}
Actions