diff options
author | Tom Grennan <tgrennan@io.vyatta.com> | 2007-12-14 13:08:55 -0800 |
---|---|---|
committer | Tom Grennan <tgrennan@io.vyatta.com> | 2007-12-14 13:08:55 -0800 |
commit | 5705741d4b523d0869d694ed320a333d3b87937d (patch) | |
tree | 053ada8342f6c8f0c5d4bdc335dea499328989bb /test_bootfile | |
parent | 6ea2c7979320d032c2213d271309d6026d57775b (diff) | |
download | vyatta-cfg-quagga-5705741d4b523d0869d694ed320a333d3b87937d.tar.gz vyatta-cfg-quagga-5705741d4b523d0869d694ed320a333d3b87937d.zip |
fix modification of config file interface sub-block
Diffstat (limited to 'test_bootfile')
-rw-r--r-- | test_bootfile | 44 |
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" === */ |