net/chrony: Improve configuration options#5121
net/chrony: Improve configuration options#5121Matthew-Otto wants to merge 13 commits intoopnsense:masterfrom
Conversation
|
What happened to fallbackpeers? It looks like you may need a migration script for the model and I want some of the reordering out of the current diff because it makes it harder than necessary. |
|
Fallbackpeers is unnecessary now. Simply add a source without NTS marked. This is equivalent to how it works currently ( A migration script seems necessary. I have no idea how to implement that though. Can you point me to any resources on how that should work in opnsense? Can you elaborate on what you mean by reordering? I don't follow. |
|
I would rather suggest to have optionally a form whether to manually enter all servers (either line for line or a big form with full control). |
|
I don't have much time to work on this atm but if you're willing to implement that, I'd happily close this PR. I just want to see improved functionality of chrony in opnsense. |
|
I'll give it a try, though I've never worked on opnsense yet. |
The current chrony plugin provides insufficient options for configuration.
This PR adds support for the following source options on a per-source basis:
It additionally adds support for pool-type sources, an NTP data diagnostics tab, and the local stratum feature as requested in #5115