File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
api/src/main/java/com/cloud/agent/api/to Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public class FirewallRuleTO implements InternalIdentity {
4747 int [] srcPortRange ;
4848 boolean revoked ;
4949 boolean alreadyAdded ;
50- private List <String > sourceCidrList ;
50+ protected List <String > sourceCidrList ;
5151 private List <String > destCidrList ;
5252 FirewallRule .Purpose purpose ;
5353 private Integer icmpType ;
Original file line number Diff line number Diff line change 2121import com .cloud .utils .net .NetUtils ;
2222import org .apache .commons .lang3 .StringUtils ;
2323
24- import java .util .List ;
25-
2624/**
2725 * PortForwardingRuleTO specifies one port forwarding rule.
2826 *
@@ -32,8 +30,6 @@ public class PortForwardingRuleTO extends FirewallRuleTO {
3230 String dstIp ;
3331 int [] dstPortRange ;
3432
35- List <String > sourceCidrList ;
36-
3733 protected PortForwardingRuleTO () {
3834 super ();
3935 }
You can’t perform that action at this time.
0 commit comments