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
Enable iburst option for NTP servers loaded from minigraph (sonic-net#19424)
Why I did it
In sonic-net#15058, the NTP server configuration was modified to add additional options, such as conditionally enabling iburst, specifying the association type, and specifying the NTP version. One side effect of this was that the iburst option which was previously always enabled now requires it to be explicitly enabled in the config_db.
Fixessonic-net#19425.
How I did it
To restore the old behavior, when loading from minigraph, add "iburst": "true" for each NTP server loaded from minigraph.
How to verify it
Tested on a KVM setup, verified that the generated ntp.conf file had the iburst option.
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
0 commit comments