diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-07-18 01:36:06 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-07-18 01:36:06 +0200 |
commit | f19cfb3a82554d5389bce994492969ed737dd3d8 (patch) | |
tree | 5b272a75c46fd19468030f9bdaaabd8ca8c8acb7 /tests/data | |
parent | 8b8f4d0dc3fd23411a7946037d39c4ff1e49ebd0 (diff) | |
parent | c7b6e3c538d834dd6541f008f74f88302a07dad5 (diff) | |
download | vyos-1x-f19cfb3a82554d5389bce994492969ed737dd3d8.tar.gz vyos-1x-f19cfb3a82554d5389bce994492969ed737dd3d8.zip |
Merge branch 'master' into current
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/config.boot.default | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/tests/data/config.boot.default b/tests/data/config.boot.default new file mode 100644 index 000000000..0a75716b8 --- /dev/null +++ b/tests/data/config.boot.default @@ -0,0 +1,40 @@ +system { + host-name vyos + login { + user vyos { + authentication { + encrypted-password $6$QxPS.uk6mfo$9QBSo8u1FkH16gMyAVhus6fU3LOzvLR9Z9.82m3tiHFAxTtIkhaZSWssSgzt4v4dGAL8rhVQxTg0oAG9/q11h/ + plaintext-password "" + } + level admin + } + } + syslog { + global { + facility all { + level notice + } + facility protocols { + level debug + } + } + } + ntp { + server "0.pool.ntp.org" + server "1.pool.ntp.org" + server "2.pool.ntp.org" + } + console { + device ttyS0 { + speed 9600 + } + } + config-management { + commit-revisions 100 + } +} + +interfaces { + loopback lo { + } +} |