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">" ) |