Update PolicyManager for the refactoring of the loop prevention
Change-Id: If9d661aa27515d78c4d622a89700376ce1eec1c0
diff --git a/impl/src/main/java/org/onosproject/segmentrouting/policy/impl/PolicyManager.java b/impl/src/main/java/org/onosproject/segmentrouting/policy/impl/PolicyManager.java
index f1dc285..eaf6711 100644
--- a/impl/src/main/java/org/onosproject/segmentrouting/policy/impl/PolicyManager.java
+++ b/impl/src/main/java/org/onosproject/segmentrouting/policy/impl/PolicyManager.java
@@ -101,9 +101,8 @@
private static final Set<PolicyType> SUPPORTED_POLICIES = ImmutableSet.of(
PolicyType.DROP, PolicyType.REDIRECT);
- // Driver should use this meta to match port_is_edge field in the ACL table
+ // Driver should use this meta to match ig_port_type field in the ACL table
private static final long EDGE_PORT = 1;
- private static final long INFRA_PORT = 0;
// Policy/TrafficMatch store related objects. We use these consistent maps to keep track of the
// lifecycle of a policy/traffic match. These are decomposed in multiple operations which have