Pascal Dreissen
2016-07-08 a481a62a13c241df0b3269f7f915789f4451d51b
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">" )