File tree 1 file changed +25
-3
lines changed
src/sonic-yang-models/tests/files
1 file changed +25
-3
lines changed Original file line number Diff line number Diff line change 477
477
},
478
478
"NTP" : {
479
479
"global" : {
480
+ "authentication" : " disabled" ,
481
+ "dhcp" : " enabled" ,
482
+ "server_role" : " disabled" ,
483
+ "admin_state" : " enabled" ,
480
484
"vrf" : " mgmt" ,
481
485
"src_intf" : " eth0;Loopback0"
482
486
}
483
487
},
484
488
"NTP_SERVER" : {
485
- "0.debian.pool.ntp.org" : {},
486
- "23.92.29.245" : {},
487
- "2001:aa:aa::aa" : {}
489
+ "0.debian.pool.ntp.org" : {
490
+ "association_type" : " pool" ,
491
+ "resolve_as" : " 0.debian.pool.ntp.org"
492
+ },
493
+ "time.google.com" : {
494
+ "association_type" : " server" ,
495
+ "resolve_as" : " 216.239.35.4"
496
+ },
497
+ "23.92.29.245" : {
498
+ "admin_state" : " enabled" ,
499
+ "association_type" : " server" ,
500
+ "resolve_as" : " 23.92.29.245" ,
501
+ "iburst" : " off" ,
502
+ "trusted" : " yes"
503
+ },
504
+ "2001:aa:aa::aa" : {
505
+ "admin_state" : " disabled" ,
506
+ "iburst" : " on" ,
507
+ "association_type" : " server" ,
508
+ "resolve_as" : " 2001:aa:aa::aa"
509
+ }
488
510
},
489
511
"SYSLOG_SERVER" : {
490
512
"10.13.14.17" : {
You can’t perform that action at this time.
0 commit comments