net/chrony: Improve configuration options#5121
Open
Matthew-Otto wants to merge 13 commits intoopnsense:masterfrom
Open
net/chrony: Improve configuration options#5121Matthew-Otto wants to merge 13 commits intoopnsense:masterfrom
Matthew-Otto wants to merge 13 commits intoopnsense:masterfrom
Conversation
Member
|
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. |
Author
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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