Bug #7502
closedCannot set router lifetime to 0 in radvd
100%
Description
In the Web GUI (services_router_advertisements.php), it is not possible to set the router lifetime to 0. The GUI enforces a value of at least 1.
A lifetime to 0, however, is a valid configuration (see, e.g., radvd.conf man page, corresponding option AdvDefaultLifetime). This (special) value means that radvd still advertises the prefix and the operating mode of the network without advertising its own host as a router. Such a configuration can be useful when you have to deal with existing routers or when you run pfsense as a management host in an isolated network.
I've checked 2.3.3-RELEASE-p1 and Version 2.4.0-BETA, build of April 27, 2017. The problem exists in both versions.
Updated by John Hood over 7 years ago
I've opened a PR with a fix for this (not including i18n): https://github.com/pfsense/pfsense/pull/3801
Updated by Jim Pingle almost 7 years ago
- Status changed from New to Feedback
- Target version set to 2.4.3
- % Done changed from 0 to 100
- Affected Version set to 2.4.x
- Affected Architecture All added
- Affected Architecture deleted (
)
Updated by Denis Karpushin over 6 years ago
Tested router lifetime configuration under services_router_advertisements.php
2.4.2_p1 return an error message
2.4.3 apply configuration with 0 value without any problem
Issue can be closed