Loading proto/context.proto +9 −2 Original line number Diff line number Diff line Loading @@ -562,9 +562,16 @@ message ConfigRule_Custom { string resource_value = 2; } enum AclDirectionEnum { ACLDIRECTION_BOTH = 0; ACLDIRECTION_INGRESS = 1; ACLDIRECTION_EGRESS = 2; } message ConfigRule_ACL { EndPointId endpoint_id = 1; acl.AclRuleSet rule_set = 2; AclDirectionEnum direction = 2; acl.AclRuleSet rule_set = 3; } message ConfigRule_IP_LINK { Loading Loading
proto/context.proto +9 −2 Original line number Diff line number Diff line Loading @@ -562,9 +562,16 @@ message ConfigRule_Custom { string resource_value = 2; } enum AclDirectionEnum { ACLDIRECTION_BOTH = 0; ACLDIRECTION_INGRESS = 1; ACLDIRECTION_EGRESS = 2; } message ConfigRule_ACL { EndPointId endpoint_id = 1; acl.AclRuleSet rule_set = 2; AclDirectionEnum direction = 2; acl.AclRuleSet rule_set = 3; } message ConfigRule_IP_LINK { Loading