tbrehm
2013-07-31 615a0a96618fa99e7e452523145d6c0f238d4473
1
2
3
4
5
6
7
8
9
10
11
12
13
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
 
config_eth0=( 
              "<tmpl_var name="ip_address"> netmask <tmpl_var name="netmask"> broadcast <tmpl_var name="broadcast">"
              <tmpl_if name="additionl_ip_records">
              <tmpl_loop name="interfaces">
              "<tmpl_var name="ip_address"> netmask <tmpl_var name="netmask"> broadcast <tmpl_var name="broadcast">"
              </tmpl_loop>
              </tmpl_if>
);
 
routes_eth0=( "default via <tmpl_var name="gateway">" )