summaryrefslogtreecommitdiff
path: root/test_bootfile
diff options
context:
space:
mode:
authorrbalocca <rbalocca@fugazi.vyatta.com>2007-12-18 14:18:21 -0800
committerrbalocca <rbalocca@fugazi.vyatta.com>2007-12-18 14:18:21 -0800
commit7a4610e0fb11946ba40ac1fe1eafbddd39a15e48 (patch)
tree7f9dace2de1c4881b2cbbaa7e36fbf61c74bf8eb /test_bootfile
parent94fbe9b07d0f556fcd2d9bcb3b7e00a1fb2df16b (diff)
parentc30fc4752c878c12255101aa928c64f7a3511020 (diff)
downloadvyatta-cfg-quagga-7a4610e0fb11946ba40ac1fe1eafbddd39a15e48.tar.gz
vyatta-cfg-quagga-7a4610e0fb11946ba40ac1fe1eafbddd39a15e48.zip
Merge branch 'master' into glendale
Diffstat (limited to 'test_bootfile')
-rw-r--r--test_bootfile44
1 files changed, 44 insertions, 0 deletions
diff --git a/test_bootfile b/test_bootfile
new file mode 100644
index 00000000..df024b69
--- /dev/null
+++ b/test_bootfile
@@ -0,0 +1,44 @@
+system {
+ ntp-server "69.59.150.135"
+ login {
+ user root {
+ authentication {
+ encrypted-password: "$1$$Ht7gBYnxI1xCdO/JOnodh."
+ }
+ }
+ user vyatta {
+ authentication {
+ encrypted-password: "$1$$Ht7gBYnxI1xCdO/JOnodh."
+ }
+ }
+ }
+ package {
+ repository community {
+ component: "main"
+ url: "http://archive.vyatta.com/vyatta"
+ }
+ }
+}
+
+interfaces {
+ loopback lo {
+ }
+ ethernet eth0 {
+ hw-id: 52:54:00:12:34:56
+ link-detect
+ }
+ ethernet eth1 {
+ link-detect
+ }
+ ethernet eth2 {
+ hw-id: 52:54:00:12:34:54
+ }
+ ethernet eth3 {
+ address: 192.168.1.1
+ }
+ ethernet eth4 {
+ }
+}
+
+/* Warning: Do not remove the following line. */
+/* === vyatta-config-version: "cluster@1:dhcp-relay@1:dhcp-server@1:firewall@1:nat@2:serial@1:webgui@1" === */