Skip to content

Commit

Permalink
T6356: normalize '.., ntp, server' path syntax in config.boot.default
Browse files Browse the repository at this point in the history
(cherry picked from commit 04948aa)
  • Loading branch information
jestabro authored and mergify[bot] committed May 17, 2024
1 parent 377dab2 commit 0cc68fa
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,12 @@ system {
address fe80::/10
address fc00::/7
}
server "time1.vyos.net"
server "time2.vyos.net"
server "time3.vyos.net"
server time1.vyos.net {
}
server time2.vyos.net {
}
server time3.vyos.net {
}
}
console {
device ttyS0 {
Expand Down

0 comments on commit 0cc68fa

Please sign in to comment.