Pascal Dreissen
2016-07-08 a481a62a13c241df0b3269f7f915789f4451d51b
commit | author | age
580d81 1 # This file describes the network interfaces available on your system
W 2 # and how to activate them. For more information, see interfaces(5).
3
4 config_eth0=( 
5               "<tmpl_var name="ip_address"> netmask <tmpl_var name="netmask"> broadcast <tmpl_var name="broadcast">"
6               <tmpl_if name="additionl_ip_records">
7               <tmpl_loop name="interfaces">
8               "<tmpl_var name="ip_address"> netmask <tmpl_var name="netmask"> broadcast <tmpl_var name="broadcast">"
9               </tmpl_loop>
10               </tmpl_if>
11 );
12
13 routes_eth0=( "default via <tmpl_var name="gateway">" )