0001-tmpl-interfaces-Ajout-des-interfaces-des-r-seaux-vir.patch
| tmpl/interfaces | ||
|---|---|---|
| 21 | 21 |
%end for |
| 22 | 22 | |
| 23 | 23 |
%end for |
| 24 | ||
| 25 |
%if %%is_defined('ovs_sw_zones'):
|
|
| 26 |
%for %%iface in %%ovs_sw_zones |
|
| 27 |
%if %%iface.ovs_sw_zone_iface: |
|
| 28 |
auto %%iface.ovs_sw_zone_iface |
|
| 29 |
iface %%iface.ovs_sw_zone_iface inet manual |
|
| 30 |
%end if |
|
| 31 |
%end for |
|
| 32 |
%end if |
|
| 24 |
- |
|