Added proper OpenVswitch support
diff --git a/linux/map.jinja b/linux/map.jinja
index fac2916..5c57d95 100644
--- a/linux/map.jinja
+++ b/linux/map.jinja
@@ -92,7 +92,7 @@
'Debian': {
'hostname_file': '/etc/hostname',
'bridge_pkgs': ['bridge-utils'],
- 'ovs_pkgs': ['openvswitch-switch'],
+ 'ovs_pkgs': ['openvswitch-switch', 'bridge-utils'],
'network_manager': False,
'interface': {},
'interface_params': interface_params,
@@ -104,7 +104,7 @@
},
'RedHat': {
'bridge_pkgs': ['bridge-utils'],
- 'ovs_pkgs': ['openvswitch-switch'],
+ 'ovs_pkgs': ['openvswitch-switch', 'bridge-utils'],
'hostname_file': '/etc/sysconfig/network',
'network_manager': False,
'interface': {},