You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding new NTP servers via the CLI, allow options such as iburst,
version, and the association type to be specified.
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
@click.option('--association-type', type=click.Choice(["server", "pool"], case_sensitive=False), default="server", help="Define the association type for this NTP server")
7059
+
@click.option('--iburst', is_flag=True, help="Enable iburst for this NTP server")
7060
+
@click.option('--version', type=int, help="Specify the version for this NTP server")
0 commit comments