Marius Cramer
2015-06-22 5b3c29178704c047d4020df2ae445ff01c6e1f3a
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">" )