Bug #14936
closed``radvd`` service shows as stopped in services list when it should be disabled and hidden from that list
100%
Description
The is_radvd_enabled()
function in pfsense-utils.inc
appears to incorrectly interpret the state of the radvd service in some cases.
For example I have a system with WAN DHCP6, LAN Track6 to WAN, but on LAN I have DHCPv6 disabled and RA disabled. When configured in this way, the radvd service is shown in the services list, but is listed as stopped. The radvd.conf
file only contains the header, which is expected since there are no interfaces with RA enabled.
Updated by Jim Pingle about 1 year ago
Note: The block that is incorrect is the second loop. The first loop was recently changed in #14136 and that loop has the expected outcome, but the second loop is where it's returning true
.
Updated by Jim Pingle 8 months ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 0cd692b7265415410fcaf79575089da58f49739c.
Updated by Jim Pingle 8 months ago
- Subject changed from radvd service shows as stopped in services list when it should be disabled and hidden from that list to ``radvd`` service shows as stopped in services list when it should be disabled and hidden from that list
- Status changed from Feedback to Resolved
- Assignee set to Jim Pingle
Looks good on a current snapshot.