Skip to content

Commit

Permalink
Clear service group when editing firewall rule
Browse files Browse the repository at this point in the history
Change-Id: I4cf19e7b306bd693643d347ade7c85517aba8479
Closes-Bug: #1770567
(cherry picked from commit 2da24a4)
  • Loading branch information
IridiumOxide committed Aug 3, 2018
1 parent e247ffe commit 02d7df0
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -16,6 +16,7 @@ if(matchTags != null) {
rule.setMatchTags(mTags);

if(serviceType == "manual") {
rule.clearServiceGroup();
var service = new ContrailFirewallServiceType();
service.setProtocol(serviceProtocol);
service.setSrcPorts(ContrailUtils.parsePortsOfFirewallRule(serviceSrcPorts));
Expand Down

0 comments on commit 02d7df0

Please sign in to comment.