sureshanaparti commented on code in PR #6380:
URL: https://github.com/apache/cloudstack/pull/6380#discussion_r872021311
##########
server/src/main/java/com/cloud/configuration/Config.java:
##########
@@ -265,7 +265,7 @@ public enum Config {
NetworkRouterRpFilter(
"Network",
ManagementServer.class,
- Integer.class,
+ Boolean.class,
Review Comment:
@soreana Try updating the config value to 'false' in the upgrade path
(either Upgrade class / schema file) when the value is not 'true'.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]