Bug 3302: fix for GroupTable
[groupbasedpolicy.git] / renderers / ofoverlay / src / main / java / org / opendaylight / groupbasedpolicy / renderer / ofoverlay / flow / FlowUtils.java
old mode 100644 (file)
new mode 100755 (executable)
index 3c68563..0eac888
@@ -225,6 +225,10 @@ public final class FlowUtils {
             .build();
     }
 
+    public static InstanceIdentifier<Group> createGroupPath(final NodeId nodeId, final Long groupId) {
+        return createGroupPath(nodeId, new GroupId(groupId));
+    }
+
     /**
      * Creates a group path from a node ID and group ID
      *