Moti Asayag has uploaded a new change for review.

Change subject: tools: Add specific version for EnableMACAntiSpoofing
......................................................................

tools: Add specific version for EnableMACAntiSpoofing

In order for the user to enable/disable the MAC anti-
spoofing feature in versions greater than 3.1, there
has to be entries for any supported feature, else the
engine-config rejects the update.

Change-Id: Ia2c7659844318dd38241a6ae56895ca3c4bf91cf
ug-Url: https://bugzilla.redhat.com/1063711
Signed-off-by: Moti Asayag <masa...@redhat.com>
---
M packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/59/24359/1

diff --git a/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql 
b/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
index 3448a89..62d5201 100644
--- a/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
+++ b/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
@@ -362,6 +362,9 @@
 select fn_db_add_config_value('SupportBridgesReportByVDSM','false','3.1');
 select fn_db_add_config_value('EnableMACAntiSpoofingFilterRules','false', 
'3.0');
 select fn_db_add_config_value('EnableMACAntiSpoofingFilterRules','false', 
'3.1');
+select fn_db_add_config_value('EnableMACAntiSpoofingFilterRules','true', 
'3.2');
+select fn_db_add_config_value('EnableMACAntiSpoofingFilterRules','true', 
'3.3');
+select fn_db_add_config_value('EnableMACAntiSpoofingFilterRules','true', 
'3.4');
 select fn_db_add_config_value('GlusterFsStorageEnabled','false','3.0');
 select fn_db_add_config_value('GlusterFsStorageEnabled','false','3.1');
 select fn_db_add_config_value('GlusterFsStorageEnabled','false','3.2');


-- 
To view, visit http://gerrit.ovirt.org/24359
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia2c7659844318dd38241a6ae56895ca3c4bf91cf
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Moti Asayag <masa...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to