Moll
2016-07-04 8c93e18d6e527e39c9cf58f53677c1c7d31286df
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">" )